Hi guys Trying to compile asterisk and i am receiving this errror. gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o editline/libedit.a db1-ast/libdb1.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 help will be appreciated. thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050404/fe751928/attachment.htm
On Monday 04 April 2005 11:19 am, Alex wrote:> editline/libedit.a db1-ast/libdb1.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 1Make sure you have OpenSSL installed: find /usr -type -f -name libssl.so Then, also make sure the directory it's in is in your dynamic linker cache, by checking the /etc/ld.so.conf file. If it's not in there, add it, and then type 'ldconfig' as the root user to update your cache.
On Mon, 4 Apr 2005, Alex wrote:> Hi guys > Trying to compile asterisk and i am receiving this errror. > > gcc -g -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o editline/libedit.a db1-ast/libdb1.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 help will be appreciated. > thanksGoogle is your friend. Install the SSL dev libraries.. libssl-dev --Sean -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- sean a. newton nester@wewt.net louisville, ky, usa http://wewt.net Another day, another convertible and another hotel full of cops. -- Hunter S. Thompson -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-