Gildas PERROT wrote:

> Hi,

> As I mentionned in a previous email, I tried to compile it on Redhat 6.2
> with openssl 0.9.6b without success :

> # ./configure --enable-ssl
> Attempting to compile with SSL support.
> checking for SSL_library_init in -lssl... (cached) no

> However, everything is in the right place ie :

> *.h in /usr/local/ssl/include/openssl
> libssl.a and libcrypto.a in /usr/local/ssl/lib

> Any idea about that problem ?



I'd suspect that the problem could be the old one that often goes 
unnoticed when the configuration has been changed:

 > checking for SSL_library_init in -lssl... (cached) no
                                              ^^^^^^
The configure makes a cache and as you can see above the information is 
read first from the cache. So try to reconfigure after removing the 
config.cache-file.

I hope this helps.


-- 
Tuomas Luttinen
     Application Developer -- Reach U
         **************


Reply via email to