ID: 30742
Updated by: [EMAIL PROTECTED]
Reported By: mukul at iastate dot edu
-Status: Open
+Status: Bogus
Bug Type: Compile Failure
Operating System: Fedora Core 3
PHP Version: 5.0.2
New Comment:
The FC3 curl-devel package should have a dependency on libidn-devel,
this is already addressed for future versions. The fix is to install
libidn-devel, this isn't a PHP bug.
Previous Comments:
------------------------------------------------------------------------
[2004-11-10 07:20:36] mukul at iastate dot edu
Description:
------------
Hello,
In FC3, Curl 7.12.1, PHP doesn't compile with cURL. It says -lidn could
not be found by ld.
I did a ldconfig -p | grep idn ... and found it to be there.
The config.log where this might be there :
crypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto
-lresolv -ldl -lz -lz 1>&5
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
configure: failed program was:
#line 22646 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char curl_easy_perform();
int main() {
curl_easy_perform()
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30742&edit=1