[Home]

Summary:ASTERISK-03667: Install the Asterisk 1.0.7 error
Reporter:jerryzhi (jerryzhi)Labels:
Date Opened:2005-03-11 02:56:38.000-0600Date Closed:2011-06-07 14:05:02
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:when I want to update the asterisk server software and use the "make install" to compile, but get a following error.
gcc -shared -Xlinker -x -o app_curl.so app_curl.o -L/usr/lib -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -L/usr/kerberos/lib -lidn -lssl -lcrypto -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz -lz
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1

please help me to solve this problem, thanks,
Comments:By: Matt O'Gorman (mogorman) 2005-03-11 03:01:49.000-0600

you need lib idn installed, this is not a bug.

By: Donny Kavanagh (donnyk) 2005-03-11 03:02:07.000-0600

You are missing libidn-devel and possibly libidn.

Grab the rpm's or deb's through yum, or apt-get and make again.

By: Matt O'Gorman (mogorman) 2005-03-11 03:49:24.000-0600

not a bug.