From:             kayra at efashionconsulting dot com
Operating system: redhat 7.2
PHP version:      4.3.4
PHP Bug Type:     cURL related
Bug description:  Php doesn't compile Curl version stated in the configuration 
parameters

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 bug report at http://bugs.php.net/?id=27002&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27002&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27002&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27002&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27002&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27002&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27002&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27002&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27002&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27002&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27002&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27002&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27002&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27002&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27002&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27002&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27002&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27002&r=float

Reply via email to