On Thu, May 27, 1999, Keith Kwiatek wrote:

> 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/../rsaref-2.
                                                                  ^^^
> 0/local/ -lRSAglue -lrsaref

This has to read -L`pwd`/../rsaref-2.0/local/  (note the backticks!)

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

Reply via email to