hp10#martang% ./config -t
Operating system: 9000/800-hp-hpux11
Configuring for hpux11
/usr/local/bin/perl ./Configure hpux11
openssl-0.9.4 is the version #.
The problem I am seeing is as follows below. Considering that I do not
see a include for library -lc in this or the Makefile, I'm thinking that
I might be overflowing a buffer in how long that line of the cc is (421
characters). Could that be the problem? I appreciate any help I can
get.
Thanks,
Marty Hoff
make[1]: Entering directory
`/net/brain/opt/src/security/openssl-0.9.4/apps'
rm -f openssl
cc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT +DA2.0W -g -D_HPUX_SOURCE
-Aa -Ae +ESlit 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
ld: Can't find library for -lc
Fatal error.
make[1]: *** [openssl] Error 1
make[1]: Leaving directory
`/net/brain/opt/src/security/openssl-0.9.4/apps'
make: *** [all] Error 1
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]