I know exactly what happend.  The linker couldn't find your copy of the
RSAREF library. I notice that your library path on the compiler command is
having pwd/../rsaref-2.0 ... pushed onto it; my guess is that pwd is not
being interpreted as a command, but as a directory.  Did you add this
yourself?  It seems unneccessary since a relative path should be relative to
your current working directory, no?

One thing you might want to do is just put the RSAREF libs in your normal
library path.  What platform are you using?

Dave Neuer

-----Original Message-----
From: Keith Kwiatek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, May 27, 1999 8:52 PM
Subject: compile error: library not found...


>Hello All,
>
>Any Idea what happened below (compiling openssl-0.9.3)?
>
>gcc -o openssl -DMONOLITH -I../include -DNO_IDEA -DRSAref -fPIC -O3
openssl.o
>verify.o asn1pars.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca.o  pkcs7.o
>crl2p7.o crl.o  rsa.o dsa.o dsaparam.o  x509.o genrsa.o gendsa.o s_server.o
>s_client.o speed.o  s_time.o apps.o s_cb.o s_socket.o version.o sess_id.o
>ciphers.o nseq.o
>pkcs12.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto -Lpwd/../rsar
ef-2.
>0/local/ -lRSAglue -lrsaref
>
>ld: fatal: library -lrsaref: not found
>ld: fatal: File processing errors.
> No output written to openssl
>*** Error code 1
>make: Fatal error: Command failed for target `openssl'
>Current working directory /tmp/SSL/openssl-0.9.3/apps
>*** Error code 1
>make: Fatal error: Command failed for target `all'
>
>
>
>______________________________________________________________________
>Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
>User Support Mailing List                      [EMAIL PROTECTED]
>Automated List Manager                            [EMAIL PROTECTED]
>

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to