openssl compilation failed in solaris 10

2004-11-18 Thread Lara Adianto
Hi, I would like to build openssl on solaris 10 (i386), but encounter the following error during make: $ ./Configure solaris-x86-gcc shared $ make ... gcc -I.. -I../.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN

Re: TLS wrong version number problem, the correct lib for openssl ?

2004-07-22 Thread Lara Adianto
is solved as well, I need to apply /dev/random patch for solaris 8...I guess that's why it failed to connect using SSLv3. Thanks for your help, Richard. I installed ssldump in solaris, it really helps me in figuring things out ! cheers, lara --- Richard Koenning [EMAIL PROTECTED] wrote: Lara Adianto

compilation of openssl-0.9.6b and TLS wrong version number problem

2004-07-19 Thread Lara Adianto
hello, I encountered an error when compiling openssl-0.9.6b as a shared library in solaris 8. I know that it's quite an old version, but I need to use that version since the server it wants to talk to uses version 0.9.6b. I followed the instructions in: http://www.bolthole.com/solaris/LDAP.html