[Asterisk-Users] compilation of asterisk
Daniel Bruce Lynes
dlynes at 247communications.com
Mon Apr 4 11:27:06 MST 2005
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.
More information about the asterisk-users
mailing list