hello,

tried to compile 0.9.8 and got the following errors:

/gmake -f ../Makefile.shared -e \
        APPNAME=openssl OBJECTS="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 ec.o ecparam.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" \
        LIBDEPS=" $LIBRARIES " \
        link_app.${shlib_target}
gmake[4]: Entering directory `/mnt/3/temp/openssl-0.9.8/apps'
ld32: ERROR   33 : Unresolved text symbol "HMAC_CTX_init" -- 1st 
referenced by speed.o.
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: ERROR   33 : Unresolved text symbol "HMAC_Init_ex" -- 1st 
referenced by speed.o.
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: ERROR   33 : Unresolved text symbol "HMAC_Update" -- 1st 
referenced by speed.o.
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: ERROR   33 : Unresolved text symbol "HMAC_Final" -- 1st referenced 
by speed.o.
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: ERROR   33 : Unresolved text symbol "HMAC_CTX_cleanup" -- 1st 
referenced by speed.o.
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: INFO    152: Output file removed because of error.
gmake[4]: *** [link_app.irix] Error 2
/
i've used *irix 6.5.27, mipspro 7.43* and started with:
./Configure --prefix=/usr/local irix-mips3-cc shared

my second try was:
./Configure --prefix=/usr/local irix-mips3-cc threads shared

but i got:

/gmake -f ../Makefile.shared -e \
        APPNAME=openssl OBJECTS="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 ec.o ecparam.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" \
        LIBDEPS=" $LIBRARIES " \
        link_app.${shlib_target}
gmake[2]: Entering directory `/mnt/3/temp/openssl-0.9.8/apps'
ld32: ERROR   33 : Unresolved text symbol "idea_set_encrypt_key" -- 1st 
referenced by speed.o.
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: ERROR   33 : Unresolved text symbol "idea_set_decrypt_key" -- 1st 
referenced by ../libcrypto.a(e_idea.o).
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: ERROR   33 : Unresolved text symbol "BF_ofb64_encrypt" -- 1st 
referenced by ../libcrypto.a(e_bf.o).
        Use linker option -v to see when and which objects, archives and 
dsos are loaded. 
ld32: INFO    152: Output file removed because of error.
gmake[2]: *** [link_app.irix] Error 2/


thanks in advance

-- 
AH Computer-Systeme
Götz Fischer
Senior Consultant
Phone: +49(0)7225/98 98 79
Fax:   +49(0)7225/28 64
eMail: [EMAIL PROTECTED]
http://www.ah-online.com
http://www.ah-webhosting.com

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to