From:             wirth at bison-soft dot de
Operating system: linux 2.4 (RHEL 3)
PHP version:      5.2.0RC4
PHP Bug Type:     Compile Failure
Bug description:  CURL support doesn't compile

Description:
------------
Compile breaks at linkage stage with

ext/curl/streams.o(.text+0xacf): In function `php_curl_stream_opener':
/usr/src/redhat/BUILD/php-5.2.0RC4/ext/curl/streams.c:448: undefined
reference to `curl_easy_strerror'

curl_easy_strerror is introduced in libcurl 7.12.0,
RHEL3 includes only libcurl 7.10.6 and your documentation
states "PHP 5.0.0 requires a libcurl version 7.10.5 or greater".

Please either upgrade your documentation or (preferred)
get rid of curl_easy_strerror which only occurs on one
place (streams.c line 448) which would your users free
from the hassel to upgrade curl especially for a new
php version :-).



-- 
Edit bug report at http://bugs.php.net/?id=38844&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38844&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38844&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38844&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38844&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38844&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38844&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38844&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38844&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38844&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38844&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38844&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38844&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38844&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38844&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38844&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38844&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38844&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38844&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38844&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38844&r=mysqlcfg

Reply via email to