RE: Need socket linkage in OpenSSL

1999-01-30 Thread mads
> 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).

Re: Need socket linkage in OpenSSL

1999-01-30 Thread Ed Peschko
On Sat, Jan 30, 1999 at 04:07:46AM +, Sampo Kellomaki wrote: >Ed Peschko <[EMAIL PROTECTED]> writes: >> 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? > >Not to my knowledge. What question do y

Re: Need socket linkage in OpenSSL

1999-01-29 Thread Sampo Kellomaki
Ed Peschko <[EMAIL PROTECTED]> writes: > 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? Not to my knowledge. What question do you propose? --Sampo _

Need socket linkage in OpenSSL

1999-01-29 Thread Ed Peschko
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. Ed ( PS: has anyone successfully used openSSL on solaris? With SSLeay, I was getting core dumps con