On Thu, 19 Feb 2004, Adam Henson wrote:
>The -lnsl didnt work but -lsocket did. I now have an a.out file. Do I now
>have to change something in configure ?
Line 8183:
export LDFLAGS="-L$k $LDTMP -lssl -lcrypto"
replace with
export LDFLAGS="-L$k $LDTMP -lssl -lcrypto -lsocket"
then, on line 8213:
LIBSSL="-L$k -lssl -lcrypto"; echo "$as_me:$LINENO: result: $k" >&5
replace with
LIBSSL="-L$k -lssl -lcrypto -lsocket"; echo "$as_me:$LINENO: result: $k" >&5
Rerun configure, see what happens. :-)
Andy
--
Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg
Author of Binc IMAP | "It is better not to do something
http://www.bincimap.org/ | than to do it poorly."