Anyone have any insight as to what might be going on here?
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of capstone Sent: Monday, April 02, 2007 6:48 PM To: openssl-users@openssl.org Subject: Fips - Solaris 10 error I am trying to compile FIPS 1.1.1 in a full root zone on Solaris 10. This is not the global zone. I have made sure that I am using gnu ld and that my gcc 3.4.6 was compiled against the gnu ld libraries. But the build still seems to be having trouble in the apps directory when I issue the make command. Here is the error: rm -f openssl + ../fips-1.0/fipsld -o openssl -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W 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 engine.o ocsp.o prime.o ../libssl.a ../libcrypto.a -lsocket -lnsl -ldl make[1]: *** [openssl] Error 1 make[1]: Leaving directory `/users/fin23243/openssl-fips-1.1.1/apps' make: *** [sub_all] Error 1 Any insight as to what might be causing this is appreciated. CS