On Tue, 2005-03-29 at 17:08 +0200, Fred Blaise wrote: > Hello > > Just installed fresh Debian testing box, checked out Asterisk and others > from CVS stable (-r 1.0), and now trying to 'make install' in Asterisk. > I get this error: > > if [ -d CVS ] && ! [ -f .version ]; then echo CVS-v1-0-03/29/05-15:19:53 > > .version; fi > 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 > > I have installed openssl. I added /usr/lib/ssl into my /etc/ld.so.conf. > Looked for other pkgs such as dev pkgs for openssl but couldn't find > any. >
Something like apt-cache search openssl | grep dev Regards, Adam -- -- Adam Goryachev Website Managers Ph: +61 2 8304 0000 [EMAIL PROTECTED] Fax: +61 2 9345 4396 www.websitemanagers.com.au _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
