ID:               27002
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kayra at efashionconsulting dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         cURL related
 Operating System: redhat 7.2
 PHP Version:      4.3.4
 New Comment:

You have the old version somewhere in the libpath where it's found
first. Make sure your /etc/ld.so.conf has /opt/lib as first entry.



Previous Comments:
------------------------------------------------------------------------

[2004-01-21 19:09:51] kayra at efashionconsulting dot com

Description:
------------
I'm trying to compile Php+Curl on our production environment without
disturbing actual Apache server, so I've installed Curl 7.10.8
(libcurl/7.10.8 + OpenSSL/0.9.7c + zlib/1.1.4) onto '/opt' directory.
When I configure Php 4.3.4 with :

./configure --with-apxs=/webservices/bin/apxs\
        --with-curl=/opt\
        --with-curlwrappers\

it shows following lines in configuration output :

...
checking for cURL 7.9.8 or greater... libcurl 7.10.8
checking for curl_easy_perform in -lcurl... yes
checking for curl_version_info in -lcurl... yes
...

Which is fine since I want to compile Php with Curl 7.10.8. When I
compile Php with 'make' it compiles it with the Curl version 7.10.3
(libcurl/7.10.3 OpenSSL/0.9.6b zlib/1.1.3).

I've compiled Php with the above settings several times and I did 'make
clean' each time and deleted 'config.cache' and even tried to extract
Php to some other directory but it doesn't work. I've installed same
versions of the Php+Curl+Zlib ... to other server that doesn't have
production site running, it generated same problem. I've installed Curl
into its default '/usr/local/' directory and then Php noticed Curl
7.10.8.







------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27002&edit=1

Reply via email to