Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using C shared library for my CGI/Perl script

Status
Not open for further replies.

schen

IS-IT--Management
Apr 20, 2000
1
US
I have a C program. It is complied into an executible and has a shared library (.so file). I would like to use my CGI/perl to get a web page and send it to the C program for processing, and display the results from the C program to the brower through my cgi/perl program. <br><br>How do I bind the shared library which comes with the C program with my CGI/perl??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top