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
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
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
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