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
Error report after
make
Checking compiler... Running make... + rm -f libcrypto + rm -f libssl making all in crypto... making all in crypto/md2... making all in crypto/md4... making all in crypto/md5... making all in crypto/sha... making all in crypto/mdc2... making all in crypto/hmac... cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c hmac.c ar r ../../libcrypto.a hmac.o You may get an error following this line. Please ignore. true ../../libcrypto.a making all in crypto/ripemd... making all in crypto/des... making all in crypto/rc2... making all in crypto/rc4... making all in crypto/rc5... making all in crypto/idea... making all in crypto/bf... making all in crypto/cast... making all in crypto/bn... making all in crypto/rsa... cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c rsa_sign.c cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c rsa_saos.c ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o You may get an error following this line. Please ignore. true ../../libcrypto.a making all in crypto/dsa... making all in crypto/dh... making all in crypto/dso... making all in crypto/buffer... making all in crypto/bio... cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c bf_null.c cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c bf_buff.c cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c bf_nbio.c ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o You may get an error following this line. Please ignore. true ../../libcrypto.a making all in crypto/stack... making all in crypto/lhash... making all in crypto/rand... making all in crypto/err... cc -I.. -I../.. -I../../include -DTHREADS -D_REENTRANT -belf -c err_all.c ar r ../../libcrypto.a err.o err_all.o err_prn.o You may get an error following this line. Please ignore. true ../../libcrypto.a making all in crypto/objects... making all in crypto/evp... making all in crypto/asn1... making all in crypto/pem... making all in crypto/x509... making all in crypto/x509v3... making all in crypto/conf... making all in crypto/txt_db... making all in crypto/pkcs7... making all in crypto/pkcs12... making all in crypto/comp... making all in ssl... making all in rsaref... making all in apps... rm -f openssl 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 OS (uname): SCO_SV omega 3.2 5.0.5 i386 OS (config): whatever-whatever-sco5 Target (default): sco5-cc Target: sco5-cc Compiler: Usage: cc [ options ] files ... Test skipped. Test report in file testlog
Error report after make test Checking compiler... Running make... + rm -f libcrypto + rm -f libssl making all in crypto... making all in crypto/md2... making all in crypto/md4... making all in crypto/md5... making all in crypto/sha... making all in crypto/mdc2... making all in crypto/hmac... making all in crypto/ripemd... making all in crypto/des... making all in crypto/rc2... making all in crypto/rc4... making all in crypto/rc5... making all in crypto/idea... making all in crypto/bf... making all in crypto/cast... making all in crypto/bn... making all in crypto/rsa... making all in crypto/dsa... making all in crypto/dh... making all in crypto/dso... making all in crypto/buffer... making all in crypto/bio... making all in crypto/stack... making all in crypto/lhash... making all in crypto/rand... making all in crypto/err... making all in crypto/objects... making all in crypto/evp... making all in crypto/asn1... making all in crypto/pem... making all in crypto/x509... making all in crypto/x509v3... making all in crypto/conf... making all in crypto/txt_db... making all in crypto/pkcs7... making all in crypto/pkcs12... making all in crypto/comp... making all in ssl... making all in rsaref... making all in apps... rm -f openssl 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 OS (uname): SCO_SV omega 3.2 5.0.5 i386 OS (config): whatever-whatever-sco5 Target (default): sco5-cc Target: sco5-cc Compiler: Usage: cc [ options ] files ... Test skipped. Test report in file testlog |
- Re: Problems compling openSSL Craig Blanzy