|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-11-11 10:24 UTC] jorton@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 23:00:01 2025 UTC |
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()