Hi!

    I'm having troubles to compile wget (v1.7) with option "--with-ssl".

    I've installed openssl on the standard directory (/usr/local/ssl) 
however, when I call

    bash-2.05# ./configure --with-ssl=/usr/local/ssl
   
    I got the following messages...

            Looking for SSL libraries in /usr/local/ssl
            checking for RSA_new in -lcrypto... no
            checking for SSL_new in -lssl... no

            WARNING: Failed to link with OpenSSL libraries in 
/usr/local/ssl/lib.
                     Wget will be built without support for https://... 
URLs.

     I've checked my openssl dir and the libraries are there:

            bash-2.05# ls /usr/local/ssl/lib
            libcrypto.a   libcrypto.so.0      libssl.a   libssl.so.0
            libcrypto.so  libcrypto.so.0.9.6  libssl.so  libssl.so.0.9.6

    Anyone running  (or had) the same problem ? Suggestions ?


Thanks for the help!

Reply via email to