lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev openssl on Solaris


From: Ilya Zakharevich
Subject: lynx-dev openssl on Solaris
Date: Fri, 19 Jan 2001 18:26:56 -0500
User-agent: Mutt/1.2.5i

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 address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]