As being a new member to the list I would like to share my experience learned
from your help. In order to get configure to see SSL_new() I had to change the
line of the configure script as so;
snip~
eval "smart_lib_dir=\"\$smart_lib_dir $DIRS\""
for try in $smart_try_dir $smart_lib_dir /
JH schrieb:
> Out of curiosity, how can you tell that it was being
> swapped around
> that was giving the problem?
Well, the first thing I noticed was that configure claimed that I had
no SSL_new in -lssl, which was supicious, so I looked into
config.log for the compilation command used
to run
Hi Stefan & Michael,
Thanks for all your help. The modification to the configure.in file
provided by Stefan made everything compile ok :)
LIBS="-L/usr/local/openssl/lib -lssl -lcrypto" ./configure --
prefix=/usr/local/radius --with-openssl-
includes=/usr/local/openssl/include/ --disable-shared
3 matches
Mail list logo