curl-users
Re: cURL Support on a Shared Hosting Server?
From: Troy Engel <tengel_at_sonic.net>
Date: Sat, 11 Aug 2001 10:07:53 -0700
Date: Sat, 11 Aug 2001 10:07:53 -0700
Linus Nielsen Feltzing wrote:
>
> 1) You can download the source code and compile it yourself. You will need
> an account with a true login (with a shell). An FTP account will
> not do.
To enhance Linus's comment, you want to specifically build your curl
like this:
./configure --disable-shared --enable-static [--without-ssl]
(the [--without-ssl is optional, depends if you want/need it or not).
Using the first two configure switches, you'll produce a binary that is
linked only to the core libraries present on the system and cause you
the least amount of headaches. (this advice for a "modern" unix such as
Solaris, *BSD, Linux, etc - no clue on the more diverse stuff like SCO)
-te
-- Troy Engel :: KeyID DF3D5207 I killed a process today, just to watch it die.Received on 2001-08-11