Hi Richard, Thanks very much for your reply.
As it turns out, I have tried to compile the package using the 0.9.7d version but I get a very similar problem. See below: make[1]: Entering directory `/opt/openssl/openssl-0.9.7d/apps' rm -f openssl if [ "solaris-shared" = "hpux-shared" -o "solaris-shared" = "darwin-shared" ] ; then \ gcc -o openssl -DMONOLITH -I.. -I../include -DOPENSSL_SYSNAME_ULTRASPARC -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM -m32 -mcpu=ultrasparc -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 ../libssl.a ../libcrypto.a -lsocket -lnsl -ldl ; \ else \ LD_LIBRARY_PATH=..:$LD_LIBRARY_PATH \ gcc -o openssl -DMONOLITH -I.. -I../include -DOPENSSL_SYSNAME_ULTRASPARC -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM -m32 -mcpu=ultrasparc -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 -L.. -lssl -L.. -lcrypto -lsocket -lnsl -ldl ; \ fi 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 `/opt/openssl/openssl-0.9.7d/apps' make: *** [sub_all] Error 1 What is puzzling to me is that ld seems to have problems finding the libssl.a and the libcrypto libraries that were just created. Your assistance is much appreciated. Thank you. Umberto >[levitte - Mon Jun 28 15:50:27 2004]: > >> [EMAIL PROTECTED] - Mon Jun 14 09:04:33 2004]: >> >> > Hi, >> > >> > I haven't received any additional information about ticket # 892 >> > since you opened it on Monday June 7th. Can you please inform me >> > what is happening, if anything??? >> >> I honestly don't have a clue. It looks to me that the creation of the >> libraries failed miserably. Could you please submit a full build log >> (do 'make clean' followed by 'make', please)? > >Oh, hold on, wait! I totally missed the little detail '0.9.4'... We >don't support that. Please upgrade to something we support, like the >latest 0.9.6 at the very least. 0.9.7d would be even better if you can. > >-- >Richard Levitte >[EMAIL PROTECTED] -- Umberto Vizcaino 206.719.2300 Mobile 425.747.8672 Fax ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
