lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev openssl on Solaris


From: Thomas Dickey
Subject: Re: lynx-dev openssl on Solaris
Date: Fri, 19 Jan 2001 18:57:09 -0500
User-agent: Mutt/1.2.5i

On Fri, Jan 19, 2001 at 06:26:56PM -0500, Ilya Zakharevich wrote:
> Configure cannot recognize openssl on Solaris.  I needed the following
> patch:

yes - I alluded to that earlier today (someone reported it last week).
I'll probably fix it by moving a chunk around in configure.in -- it
doesn't happen on Linux because the network libraries are bundled with libc.
 
> +++ ./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

I hadn't noticed that (for dev.17, I intend to test-compile the ssl
stuff on Solaris and SCO, so I assume I would have seen it...).

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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