cURL / Mailing Lists / curl-users / Single Mail

curl-users

Running curl in production

From: Praveen <sampraveen_at_gmail.com>
Date: Thu, 21 Aug 2008 23:13:01 -0400

 Hello,
I was able to run curl with gcc and libgcc installed. But since this is a
production server, cannot have the gcc and libgcc in our production
environment.

Any ideas / suggestions about running curl in a production environment
without gcc and libgcc?

Thanks,
Praveen

Once I remove these and run curl, get the following errors:

exec(): 0509-036 Cannot load program ./curl because of the following errors:
        0509-022 Cannot load module
/<mypath>/curl/lib/libcurl.a(libcurl.so.4).
        0509-150 Dependent module libgcc_s.a(shr.o) could not be loaded.
        0509-022 Cannot load module libgcc_s.a(shr.o).
        0509-026 System error: A file or directory in the path name does not
exist.
        0509-022 Cannot load module curl.
        0509-150 Dependent module
/<mypath>/curl/lib/libcurl.a(libcurl.so.4) could not be loaded.
        0509-022 Cannot load module .

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-08-22