> 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. >
After editing /etc/ld.so.conf did you run ldconfig -v to re-read the file? _______________________________________________ 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
