Configure cannot recognize openssl on Solaris.  I needed the following
patch:

--- ./configure~        Mon Jan  1 20:39:50 2001
+++ ./configure Fri Jan 19 18:21:14 2001
@@ -5658,7 +5658,7 @@ echo "$ac_t""$cf_cv_use_libssl" 1>&6
 
 if test "x$cf_cv_use_libssl"  != xno ; then
        
-cf_ssl_library="-lssl -lcrypto"
+cf_ssl_library="-lssl -lcrypto -lnsl -lsocket"
 case "$cf_cv_use_libssl" in #(vi
 no) #(vi
   ;;

This is not a proper fix, the patch is just to let people know of the
problem.  BTW, OpenSSL itself has the same bug, I needed to add the
same libraries on the EX_LIB macro (done with Configure cc).

Hope this helps,
Ilya

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to