Re: solaris x86 32-bit compile problem

2007-04-25 Thread Laurent Blume
Neetee Pawa a écrit : > However for me .. the binaries did not work once i compiled in 32 bit > mode. May be they work for you. Depending on what your issue was, that reminds me that I use the exact following to build: PREFIX=openssl-0.9.8d export LD_OPTIONS="-R/usr/local/${PREFIX}/lib" ./Config

Re: solaris x86 32-bit compile problem

2007-04-25 Thread Neetee Pawa
Hey Andy, I was stuck with the same problem for days. There are two ways you could try. 1) force it into 32 bit. Instead of running ./config .. run it with appropriate argument as ./Configure solaris64-x86_64-gcc prefix =.. You could get the appropriate argument for 32 b

Re: solaris x86 32-bit compile problem

2007-04-25 Thread Laurent Blume
Andy Harrison a écrit : > I'm trying to compile with the following options, but it's insisting > on using the 64 bit version and I can't seem to get around this. > > # ./config --install_prefix=/usr/src/OPENSSL --prefix=/usr/local/ssl > --openssldir=/usr/local/ssl --shared solaris-x86-gcc > Operat

RE: solaris x86 32-bit compile problem

2007-04-25 Thread David Schwartz
> I'm trying to compile with the following options, but it's insisting > on using the 64 bit version and I can't seem to get around this. > > # ./config --install_prefix=/usr/src/OPENSSL --prefix=/usr/local/ssl > --openssldir=/usr/local/ssl --shared solaris-x86-gcc > Operating system: i86pc-whatev