I'm trying to compile OpenSSL 0.9.4 and I'm coming up with some errors
that I can't figure my way around:

The output of config -t:

Operating system: sun4u-sun-solaris2
Configuring for solaris-sparcv9-gcc
/usr/local/bin/perl ./Configure solaris-sparcv9-gcc

The error:

gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -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 enc.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o 
crl.o r
sa.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 -lsocket -lnsl
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: 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: 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 `/home/dnssec/openssl-0.9.4/apps'
make: *** [all] Error 1


The error happens at the very end of the make process, and occurs during
the attempted creation of the openssl executable.

Any assistance you could give me would be much appreciated.

        -Adrian

--
Adrian H. Moore <[EMAIL PROTECTED]>
http://umbc.edu/~amoore1
University of MD Baltimore County
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to