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 <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com

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

Reply via email to