Jason Boucher wrote:
> 
> Hi all,
> 
> I'm trying to install SSH (that means SSL too!) on a solaris system (
> sparcstation-20, solaris 8)
> I've got the following error:
> 
> ld.so.1: /usr/local/bin/ssh-keygen: fatal:
> /usr/local/lib/libcrypto.so.0.9.6: bad ELF flags value: 256
> Killed
> 
> Does anybody have any idea what to do?
> 
> Thanx
> 

My guess is that when you compiled it it is using UltraSparc
instructions and the SP20 is not an UltraSparc CPU machine.
The configure by default is probably using a v8+ compile
option. You will probably have to do the configure thing
again and specify a target that is less, like a v8. I am
also assuming you are using the Sun compilers but the same
advice might hold true for GNU compilers as well. Look 
in the Configure script in the section:

#### SPARC Solaris with Sun C setups

For a target that might work. I would try "solaris-sparcv8-cc".

Hope this helps,
Bruce Forsberg
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to