Solved - Re: Problem making shared libraries on Solaris

2008-03-28 Thread Joseph Felten
Got it. Using the sun Studio 11 C compiler and manually specifying: ./Configure solaris-sparcv8-cc --prefix=/usr/local/openssl.0.9.8g --openssldir=/usr/local/openssl.0.9.8g shared threads Thanks to those that helped! Quoting Carson Gaspar <[EMAIL PROTECTED]>: > Joseph Felten wrote: > > Has any

Re: Problem making shared libraries on Solaris

2008-03-27 Thread Carson Gaspar
Joseph Felten wrote: Has anyone out there managed to compile openssl-0.9.8g shared libraries under Solaris 8? I've tried both gcc version 3.4.6 and the Sun Studio 11 Sparc compiler (the installation of which was an odyssey unto itself) and both puke on linking with the below error "relocations r

Re: Problem making shared libraries on Solaris

2008-03-27 Thread Joseph Felten
Has anyone out there managed to compile openssl-0.9.8g shared libraries under Solaris 8? I've tried both gcc version 3.4.6 and the Sun Studio 11 Sparc compiler (the installation of which was an odyssey unto itself) and both puke on linking with the below error "relocations remain against allocatab

Problem making shared libraries on Solaris

2008-03-25 Thread Joseph Felten
I am getting an odd error when trying to create the shared libraries under SPARC Solaris 8. If I leave off the "shared" it all seems to build fine, but I need the shared libraries (for ssh). Here is my config command.: ./config --prefix=/usr/local/openssl.0.9.8g --openssldir=/usr/local/openssl.0