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 1
Make 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. _______________________________________________ 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
