Hello,

> I'm trying a new OpenSSL build on an HP-UX Itanium (B.11.23 U ia64)
> and at the end, just before doing the Certs some unresolved refs are
> found:
> 
>     ./Configure hpux-ia64-gcc --openssldir=$OPENSSL_DIR threads shared
>     make
>     ...
>      make -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 -ldl" \
>                 link_app.${shlib_target}
> ld: Unsatisfied symbol "AES_cbc_encrypt" in file speed.o
> ld: Unsatisfied symbol "AES_set_encrypt_key" in file speed.o
> ld: (Warning) Unsatisfied symbol "AES_set_decrypt_key" in
> file .../libcrypto.so.0.9.8
> 1 warnings.
> 2 errors
> 
> Any help most appreciated!  Thanks.

Change in top level Makefile line:
        AES_ASM_OBJ= aes-ia64.o
to:
        AES_ASM_OBJ= aes_core.o aes_cbc.o aes-ia64.o
and restart make (workaround).

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to