Zeeshan
2005-Nov-13 20:16 UTC
[Asterisk-Users] Asterisk Installation exits with following error
Hi everybody, After running make clean; make install, asterisk starts installing itself but then terminates after some time with the following error: /usr/bin/ld: cannot find -lidn collect 2: Id returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: Leaving directory '/usr/src/asterisk/apps' make: *** [subdirs] Error 1 On typing asterisk at command prompt doesn't start asterisk, which mean it didn't install successfully. I never had this problem previousely, what am I mississing this time. Did I miss something when installing Fedora Core 3? Thanks Zeeshan A Zakaria -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051113/fbdbff7d/attachment.htm
Alexander Lopez
2005-Nov-13 20:25 UTC
[Asterisk-Users] Asterisk Installation exits with following error
Look at the Wiki, Its looks like you missed a library or two... http://www.voip-info.org/wiki-Asterisk+Fedora+Core+3 ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Zeeshan Sent: Sunday, November 13, 2005 10:16 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk Installation exits with following error Hi everybody, After running make clean; make install, asterisk starts installing itself but then terminates after some time with the following error: /usr/bin/ld: cannot find -lidn collect 2: Id returned 1 exit status make[1]: *** [app_curl.so] Error 1 make[1]: Leaving directory '/usr/src/asterisk/apps' make: *** [subdirs] Error 1 On typing asterisk at command prompt doesn't start asterisk, which mean it didn't install successfully. I never had this problem previousely, what am I mississing this time. Did I miss something when installing Fedora Core 3? Thanks Zeeshan A Zakaria -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051113/788f3386/attachment.htm
Rich Adamson
2005-Nov-13 20:40 UTC
[Asterisk-Users] Asterisk Installation exits with following error
> After running make clean; make install, asterisk starts installing itself but thenterminates after some time with the following error:> > > > /usr/bin/ld: cannot find -lidn > > collect 2: Id returned 1 exit status > > make[1]: *** [app_curl.so] Error 1 > > make[1]: Leaving directory '/usr/src/asterisk/apps' > > make: *** [subdirs] Error 1 > > > > > > On typing asterisk at command prompt doesn't start asterisk, which mean it didn'tinstall successfully. I never had this problem> previousely, what am I mississing this time. Did I miss something when installingFedora Core 3?>The message is suggesting you don't have 'curl' installed. (I had the same issue some time ago with fc3.) Download curl (and if I'm not mistaken, you need the curl source code installed as well). Then do another 'make clean' followed by 'make install'.