Edit report at https://bugs.php.net/bug.php?id=65128&edit=1
ID: 65128 Updated by: fel...@php.net Reported by: a178235 at yahoo dot com Summary: undefined reference to `curl_easy_(un)escape' -Status: Open +Status: Feedback Type: Bug Package: cURL related Operating System: Linux 2.6.18-348.6.1.el5PAE PHP Version: 5.5.0 Block user comment: N Private report: N New Comment: Hmm, it seems there's some messy about different version on build. Check out the libcurl version on config.log.(`cat config.log | grep -i libcurl`) Previous Comments: ------------------------------------------------------------------------ [2013-06-26 00:43:00] a178235 at yahoo dot com /usr/include/curl/curlver.h #define LIBCURL_VERSION "7.15.5" ------------------------------------------------------------------------ [2013-06-26 00:39:46] a178235 at yahoo dot com -bash-3.2$ curl-config --version libcurl 7.15.0 ------------------------------------------------------------------------ [2013-06-25 23:57:39] fel...@php.net What's the libcurl version are you using? ------------------------------------------------------------------------ [2013-06-25 23:52:47] a178235 at yahoo dot com Description: ------------ ext/curl/.libs/interface.o: In function `zif_curl_unescape': /ip/iuecon/_Install/PHP/php-5.5.0/ext/curl/interface.c:3485: undefined reference to `curl_easy_unescape' ext/curl/.libs/interface.o: In function `zif_curl_escape': /ip/iuecon/_Install/PHP/php-5.5.0/ext/curl/interface.c:3461: undefined reference to `curl_easy_escape' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 Test script: --------------- tar -xf php-5.5.0.tar.gz cd php-5.5.0/ ./configure --prefix=$HOME --with-curl make ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65128&edit=1