Attached is the output of "make report". Please help!! Thanks!!
-Cindi Ma
<<testlog.txt>>
OpenSSL self-test report:
OpenSSL version: 0.9.6b
Last change: Change ssleay_rand_bytes (crypto/rand/md_rand.c)...
OS (uname): SunOS sam 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-1
OS (config): sun4u-whatever-solaris2
Target (default): ??
Target: dist
Compiler: cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2
Failure!
-----------------------------------------------------------------------------
+ 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 -O 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
Undefined first referenced
symbol in file
socket s_socket.o
gethostbyname s_socket.o
accept s_socket.o
bind s_socket.o
setsockopt s_socket.o
getservbyname s_socket.o
gethostbyaddr s_socket.o
getsockopt ../libcrypto.a(b_sock.o)
shutdown s_server.o
listen s_socket.o
connect s_socket.o
ld: fatal: Symbol referencing errors. No output written to openssl
*** Error code 1
make: Fatal error: Command failed for target `openssl'
Current working directory /opt/export/home/cma/openssl-0.9.6b/apps
*** Error code 1
make: Fatal error: Command failed for target `sub_all'
Current working directory /opt/export/home/cma/openssl-0.9.6b
-----------------------------------------------------------------------------
c_rehash: rehashing skipped ('openssl' program not available)
touch rehash.time
testing...
cc -I../include -O -c bntest.c
cc -o bntest -I../include -O bntest.o -L.. -lcrypto
cc -I../include -O -c ideatest.c
cc -o ideatest -I../include -O ideatest.o -L.. -lcrypto
cc -I../include -O -c md2test.c
cc -o md2test -I../include -O md2test.o -L.. -lcrypto
cc -I../include -O -c md4test.c
cc -o md4test -I../include -O md4test.o -L.. -lcrypto
cc -I../include -O -c md5test.c
cc -o md5test -I../include -O md5test.o -L.. -lcrypto
cc -I../include -O -c hmactest.c
cc -o hmactest -I../include -O hmactest.o -L.. -lcrypto
cc -I../include -O -c rc2test.c
cc -o rc2test -I../include -O rc2test.o -L.. -lcrypto
cc -I../include -O -c rc4test.c
cc -o rc4test -I../include -O rc4test.o -L.. -lcrypto
cc -I../include -O -c rc5test.c
cc -o rc5test -I../include -O rc5test.o -L.. -lcrypto
cc -I../include -O -c destest.c
cc -o destest -I../include -O destest.o -L.. -lcrypto
cc -I../include -O -c shatest.c
cc -o shatest -I../include -O shatest.o -L.. -lcrypto
cc -I../include -O -c sha1test.c
cc -o sha1test -I../include -O sha1test.o -L.. -lcrypto
cc -I../include -O -c mdc2test.c
cc -o mdc2test -I../include -O mdc2test.o -L.. -lcrypto
cc -I../include -O -c rmdtest.c
cc -o rmdtest -I../include -O rmdtest.o -L.. -lcrypto
cc -I../include -O -c randtest.c
cc -o randtest -I../include -O randtest.o -L.. -lcrypto
cc -I../include -O -c dhtest.c
cc -o dhtest -I../include -O dhtest.o -L.. -lcrypto
cc -I../include -O -c bftest.c
cc -o bftest -I../include -O bftest.o -L.. -lcrypto
cc -I../include -O -c casttest.c
cc -o casttest -I../include -O casttest.o -L.. -lcrypto
cc -I../include -O -c ssltest.c
cc -o ssltest -I../include -O ssltest.o -L.. -lssl -L.. -lcrypto
Undefined first referenced
symbol in file
socket ../libcrypto.a(bss_conn.o)
gethostbyname ../libcrypto.a(b_sock.o)
accept ../libcrypto.a(b_sock.o)
bind ../libcrypto.a(b_sock.o)
setsockopt ../libcrypto.a(bss_conn.o)
getservbyname ../libcrypto.a(b_sock.o)
getsockopt ../libcrypto.a(b_sock.o)
shutdown ../libcrypto.a(bss_sock.o)
listen ../libcrypto.a(b_sock.o)
connect ../libcrypto.a(bss_conn.o)
ld: fatal: Symbol referencing errors. No output written to ssltest
*** Error code 1
make: Fatal error: Command failed for target `ssltest'
Current working directory /opt/export/home/cma/openssl-0.9.6b/test
*** Error code 1
make: Fatal error: Command failed for target `tests'
Current working directory /opt/export/home/cma/openssl-0.9.6b
-----------------------------------------------------------------------------