that -lssl problem

2005-03-27 Thread Michael Ikemeyer
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

Re: that -lssl problem

2005-03-01 Thread Stefan . Neis
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

that -lssl problem

2005-02-28 Thread JH
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