Hello,

It seems you are using Solaris 7, and the 'ld' library needs
the 'elf'
library.

By the message I am not sure if the 'ld' command can not
find the 'elf'
library for running or for linking into the new object.

In the first case, check if you have the following
libraries:
        /usr/lib/libelf.a
        /usr/lib/libelf.so
        /usr/lib/libelf.so.1
        /usr/lib/llib-lelf.ln

In the second case, include a '-lelf' in the list of
libraries to link.

I hope this will solve your problem.

Claudio Horvilleur


Reiko Takizuka wrote:
> 
> My name is Reiko Takizuka. I'm a member of KDD Laboratories in JAPAN.
> 
> Now, I'm trying to install openssl-0.9.4, and I've failed it.
> I did
> 
>  $ ./config
>  $ make
> 
> and I got these message,
> *******************************************************
> 
> make[1]: Entering directory `/opt/takizuka/openssl-0.9.4/apps'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/opt/takizuka/openssl-0.9.4/apps'
> making all in test...
> make[1]: Entering directory `/opt/takizuka/openssl-0.9.4/test'
> cc -I../include -DTHREADS -D_REENTRANT -xarch=v8 -xO5 -xstrconst
> -xdepend -Xa -D
> B_ENDIAN -DBN_DIV2W   -c rc5test.c -o rc5test.o
> cc -o rc5test -I../include -DTHREADS -D_REENTRANT -xarch=v8 -xO5
> -xstrconst -xde
> pend -Xa -DB_ENDIAN -DBN_DIV2W rc5test.o -L. -L.. -L../.. -L../../..
> -L.. -lcryp
> to -lsocket -lnsl
> ld.so.1: /usr/ccs/bin/ld: fatal: relocation error: file
> /usr/lib/libld.so.2: sym
> bol _elf_getxoff: referenced symbol not found
> cc: Fatal error in /usr/ccs/bin/ld : Killed
> make[1]: *** [rc5test] Error 9
> make[1]: Leaving directory `/opt/takizuka/openssl-0.9.4/test'
> make: *** [all] Error 1
> 
> ********************************************************************
> 
> What had happened? and what should I do?
> 
> I did "./config -t",too.
> 
> $ ./config -t
> Operating system: sun4m-sun-solaris2
> Configuring for solaris-sparcv8-cc
> /usr/local/bin/perl ./Configure solaris-sparcv8-cc
> $
> 
> Please tell me how to install openssl successfully.
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to