Thus spake Craig Blanzy ([EMAIL PROTECTED]): > after running make i get a fatal error i ran make report after make and make test >they are to follow. I'm not sure if i should just attempt to install it and see what >happens or if i should hold off. SCO OpenServer 5.0.5 CC compiler > > i ran ./config --prefix=/usr/local --openssldir=/usr/local/ssl threads -D_REENTRANT >no-shared > > I tried the no-shared option to see if it would resolve the missing -lresolv problem >but it didnt' make a difference. Any help would be appreciated
It seems to me that you don't have a resolver library in your path when compiling, shared or otherwise. Either try to find where it is on your box, or compile a version of bind to get the libs, and use those. Hope that helps, > cc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -belf 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 -L.. -lssl -L.. >-lcrypto -lsocket -lresolv > > fatal error: library not found: -lresolv > > *** Error code 1 (bu21) > > *** Error code 1 (bu21) > > OpenSSL self-test report: > > OpenSSL version: 0.9.6d > > Last change: Fix crypto/asn1/a_sign.c so that 'parameters' is omitte... > > Options: --prefix=/usr/local --openssldir=/usr/local/ssl threads -D_REENTRANT >no-shared -- Mark Maurer [EMAIL PROTECTED] Programmer / Administrator, Solinus, Inc. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]