Thanks! I did that and it worked thanks. But now it complains about ld:ERROR: fatal error: library not found: -lthread
Thanks, Anand -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Saju Paul Sent: Friday, March 28, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: Re: Installation problem with OpenSSL Try to locate the socket library on your system. Define the path with the -L switch. Hope this helps. Saju ----- Original Message ----- From: "Anand Raghavan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 9:46 AM Subject: Installation problem with OpenSSL > > Folks, > I am newbie in this forum and I am trying to install OpenSSL > (openssl-0.9.7a) on a Unixbox running SCO-Unixware 2.1.2 > > I have followed all the directions listed in the files for installation. > > 1.) Untarred the compressed file > 2.) ./config -prefix=/home -openssldir=/home/openssl (since I dont have a > /usr/local in my filesystem) > 3.) make (this is where my make fails) > -------------------------------------------------------------------------- -- > - > if [ "" = "hpux-shared" -o "" = "darwin-shared" ] ; then \ > cc -o > openssl -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -Kthread -DOPENSSL_N > O_KRB5 -prefix=/home -openssldir=/home/openssl -O -DFILIO_H openssl.o > verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o > errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.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 app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o > pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o ../libssl.a > ../libcrypto.a -lsocket -lnsl -lresolv -lx ; \ > else \ > cc -o > openssl -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -Kthread -DOPENSSL_N > O_KRB5 -prefix=/home -openssldir=/home/openssl -O -DFILIO_H openssl.o > verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o > errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.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 app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o > pkcs8.o spkac.o smime.o rand.o engine.o > ocsp.o -L.. -lssl -L.. -lcrypto -lsocket -lnsl -lresolv -lx ; \ > fi > UX:ld: ERROR: fatal error: library not found: -lsocket > *** Error code 1 (bu21) > UX:make: ERROR: fatal error. > *** Error code 1 (bu21) > UX:make: ERROR: fatal error. > -------------------------------------------------------------------------- -- > ------------ > > Any info/help would be appreciated. > > Thanks, > Anand > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]