> Per INSTALL I am sending this error message.
> Trying to run make on openssl-0.9.4
> 
> gcc -o openssl -DMONOLITH -I../include -DNO_ASM -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 pkcs8.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto
> Undefined                       first referenced
>   symbol                             in file
> socket                              s_socket.o
> 
Did you run ./config or ./Configure? If latter then which option did you
pass? In either case I should recommend to run ./config which picks
right option and adds -lnsl -lsocket to command line so that the toolkit
is linked clearly.

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to