> hey,
> 
> 
> When I built OpenSSL for Solaris 2.6, I noticed that the 
> socket libraries are
> not provided by default. if you add:
> 
> EX_LIBS=-lsocket
> 
> to the makefile generated by ssldir.pl, it works fine.

If I remember it right, then you also had to add -lnsl (at least
with ssleay).

(
> PS: has anyone successfully used openSSL on solaris? With 
> SSLeay, I was getting
> core dumps consistently. Also, is there a FAQ on Net::SSLeay.pm?
> )

Most likely you will also get coredumps if you use s_client.
Try it out like (you might want something other than localhost):
s_client -connect localhost:443 

if that core dumps, try telling it explicitly to use ssl v3:
s_client -connect localhost:443 -ssl3

I did have that problem with some hosts, but not all.
If it works, then there's also an option in the Net::SSLeay
module to force ssl3 every time.


vh.

Mads Toftum, QDPH
---
"The eleventh commandment was `Thou Shalt Compute' or `Thou Shalt Not
Compute' -- I forget which."
-- Epigrams in Programming, ACM SIGPLAN Sept. 1982

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to