cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: newbie installing curl

From: Jason Sweat <sweatjejm_at_home.com>
Date: Wed, 5 Sep 2001 20:02:36 -0500

As I understood the -lssl -lcrypto problem, you need to make sure the ssl
library is referenced before the crypto library when making php.
try this:

tar xvzf php-4.0.5.tar.gz
cd php-4.0.5
# need to make sure -lssl is before =lcrypto in configure for curl to work
correctly
sed 's/-lcrypto/-lssl -lcrypto/g' configure > c2
rm -f configure
cp c2 configure
chmod 755 configure

Then do your make.

Good luck.

----- Original Message -----
> Date: Wed, 05 Sep 2001 14:47:55 -0400
> From: Bob <whyisityou2_at_yahoo.com>
> CC: curl and php list <curl-and-php_at_lists.sourceforge.net>
> Subject: Re: newbie installing curl
>
> hi
>
> what does "Build PHP step 1" mean? i did a phpinfo() and got the
configure but
> what do i do with the -lssl and -lcrypto. where does that go?
>
Received on 2001-09-06