I'm trying to compile openssh-3.1 which requires openssl, so I tried
to compile openssl-0.9.6c (as well as openssl-0.9.6) on a solaris
machine with these specs,
uname -a : SunOS max 5.7 Generic_106541-08 sun4u
gcc --version : 2.95.2
configured w/ : ./config --prefix=/tools/download/ssh/openssl-0.9.6c/done
--openssl=/tools/download/ssh/openssl-0.9.6c/done
and got similar errors (noted below) for both openssl versions.
What am I doing wrong and how can I correct it ?
Please CC replies.
Thanks...
- Nadim
making all in rsaref...
make[1]: Entering directory `/tools/download/ssh/openssl-0.9.6c/rsaref'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tools/download/ssh/openssl-0.9.6c/rsaref'
making all in apps...
make[1]: Entering directory `/tools/download/ssh/openssl-0.9.6c/apps'
rm -f openssl
gcc -o openssl -DMONOLITH -I../include -fPIC -DDSO_DLFCN -DHAVE_DLFCN_H
-mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
-DULTRASPARC -DMD5_ASM 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 -lnsl -ldl
ld: warning: file ../libssl.a ignored: unable to locate archive symbol table
ld: warning: file ../libssl.a ignored: unable to locate archive symbol table
ld: fatal: library -lssl: not found
ld: fatal: file ../libcrypto.a: unknown type, unable to process using elf(3E)
libraries
ld: fatal: file ../libcrypto.a: unknown type, unable to process using elf(3E)
libraries
ld: fatal: library -lcrypto: not found
ld: fatal: File processing errors. No output written to openssl
collect2: ld returned 1 exit status
make[1]: *** [openssl] Error 1
make[1]: Leaving directory `/tools/download/ssh/openssl-0.9.6c/apps'
make: *** [sub_all] Error 1
__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]