Bugs item #2038004, was opened at 2008-08-04 21:32
Message generated for change (Comment added) made by sriv1211
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2038004&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SSL/TLS
Group: bad behaviour
>Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Anand Srivastava (sriv1211)
Assigned to: Daniel Stenberg (bagder)
Summary: Curl OpenSSL not compatible with 7.17 or 7.18
Initial Comment:
Not compatible with open ssl on these versions, as you can't compile as it doesn't recognise where the ssl lib is
----------------------------------------------------------------------
>Comment By: Anand Srivastava (sriv1211)
Date: 2008-08-05 23:54
Message:
Logged In: YES
user_id=2168169
Originator: YES
in 7.18: with a ./configure --with-ssl=/usr/local/ssl
checking for SSL_connect in -lssl... no
checking for ssl with RSAglue/rsaref libs in use... checking for
SSL_connect in -lssl... (cached) no
no
configure: error: OpenSSL libs and/or directories were not found where
specified!
in 7.16 with a ./configure --with-ssl=/usr/local/ssl
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/pkcs12.h usability... yes
checking openssl/pkcs12.h presence... yes
checking for openssl/pkcs12.h... yes
checking for ENGINE_init... yes
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for ENGINE_load_builtin_engines... yes
checking for RAND_status... yes
checking for RAND_screen... no
checking for RAND_egd... yes
checking for CRYPTO_cleanup_all_ex_data... yes
checking for SSL_get_shutdown... yes
checking for yaSSL using OpenSSL compatibility mode... no
configure: Added /usr/local/ssl/lib to LD_LIBRARY_PATH
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Date: 2008-08-04 21:42
Message:
Logged In: YES
user_id=1110
Originator: NO
Please be more specific about exactly what doesn't work and what you did
when it failed.
curl has been built against OpenSSL for ages and countless people have
done so using the curl 7.17 and 7.18 series as well. Me included.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2038004&group_id=976
Received on 2008-08-06