cd ../asterisk # make clean; make install Hello when I do a make clean and make install, I get this error message on my asterisk box. bdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [asterisk] Error 1 Any ideas? Dinesh.
cd ../asterisk # make clean; make install Hello when I do a make clean and make install, I get this error message on my asterisk box. bdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [asterisk] Error 1 Any ideas? Dinesh.
GDay On Tue, Sep 14, 2004 at 12:36:01PM +0800, Dinesh wrote:> cd ../asterisk > # make clean; make install > > > Hello when I do a make clean and make install, I get this error message on > my asterisk box. > > bdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl > /usr/bin/ld: cannot find -lssl^^^^^^^^^^^^^^^^^ You need some ssl(ssl-dev) support Check your distro for more details on how it is called.> collect2: ld returned 1 exit status > make: *** [asterisk] Error 1 > > Any ideas? > > Dinesh. > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Tho/\/\as
I think you should install the openssl and openssl-devel packages Dinesh <dinesh@imcb.a-star.edu.sg> wrote:cd ../asterisk # make clean; make install Hello when I do a make clean and make install, I get this error message on my asterisk box. bdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl /usr/bin/ld: cannot find -lssl collect2: ld returned 1 exit status make: *** [asterisk] Error 1 Any ideas? Dinesh. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users --------------------------------- Do you Yahoo!? vote.yahoo.com - Register online to vote today! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040914/c8ed5abf/attachment.htm
On Tue, 2004-09-14 at 05:41, Dinesh wrote:> cd ../asterisk > # make clean; make install > > > Hello when I do a make clean and make install, I get this error message on > my asterisk box. > > bdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl > /usr/bin/ld: cannot find -lssl > collect2: ld returned 1 exit status > make: *** [asterisk] Error 1 > > Any ideas? > > Dinesh. > > Am I missing something ? or are you forgetting to do a make before the make install ? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users