php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65128 undefined reference to `curl_easy_(un)escape'
Submitted: 2013-06-25 23:52 UTC Modified: 2013-10-15 11:54 UTC
From: a178235 at yahoo dot com Assigned:
Status: No Feedback Package: cURL related
PHP Version: 5.5.0 OS: Linux 2.6.18-348.6.1.el5PAE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
40 + 33 = ?
Subscribe to this entry?

 
 [2013-06-25 23:52 UTC] 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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-25 23:57 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2013-06-25 23:57 UTC] felipe@php.net
What's the libcurl version are you using?
 [2013-06-26 00:39 UTC] a178235 at yahoo dot com
-Status: Feedback +Status: Open
 [2013-06-26 00:39 UTC] a178235 at yahoo dot com
-bash-3.2$  curl-config --version
libcurl 7.15.0
 [2013-06-26 00:43 UTC] a178235 at yahoo dot com
/usr/include/curl/curlver.h

#define LIBCURL_VERSION "7.15.5"
 [2013-06-26 01:04 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2013-06-26 01:04 UTC] felipe@php.net
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`)
 [2013-10-15 11:54 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 17:01:30 2024 UTC