Hello Josh,
The problem I suspect is AES_cbc_encrypt function is defined in aes_cbc.c and that is not compiled and added to the libcrypto library.
You can either edit the openssl-0.9.8a/Makefile
Line 92:
Before : AES_ASM_OBJ= aes-ia64.o
After : AES_ASM_OBJ= aes_core.o aes_cbc.o aes-ia64.o
or
use the hpux64-ia64-cc (CC compiler) option.
Regards,
Prakash
"Fenlason, Josh" <[EMAIL PROTECTED]> wrote:
I'm running into problems building a shared distribution of OpenSSL 0.9.8a on HPUX Itanium.On Solaris I've successfully used the following config:./config --openssldir=/opensslSharedDist threads sharedWhen I try the same config on HPUX Itanium, I get the following error:Operating system: ia64-hp-hpux1x
WARNING! 64-bit ABI is the default configured ABI on HP-UXi.
If you wish to build 32-bit library, the you have to
invoke './Configure hpux-ia64-cc' *manually*.
You have about 5 seconds to press Ctrl-C to abort.Next I tried the following config, which seemed to work fine,:./Configure hpux-ia64-gcc --openssldir=/openSSLSharedDist threads sharedUnfortunately, make failed with the following error:if [ "${shlib_target}" = "darwin-shared" ] ; then \
LIBRARIES="../libssl.a ../libcrypto.a" ; \
else \
LIBRARIES="../libssl.a ../libcrypto.a" ; \
fi; \
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}
make[2]: Entering directory `/home/snow/jfenlason/hp/openssl-0.9.8a/apps'
ld: Unsatisfied symbol "AES_cbc_encrypt" in file speed.o
ld: Unsatisfied symbol "AES_set_encrypt_key" in file speed.o
ld: Unsatisfied symbol "AES_set_decrypt_key" in file ../libcrypto.a[e_aes.o]
3 errors.
collect2: ld returned 1 exit status
make[2]: *** [link_app.hpux] Error 1
make[2]: Leaving directory `/home/snow/jfenlason/hp/openssl-0.9.8a/apps'
make[1]: *** [openssl] Error 2
make[1]: Leaving directory `/home/snow/jfenlason/hp/openssl-0.9.8a/apps'
make: *** [build_apps] Error 1I'm building with gcc 3.3.1 and gnu make 3.79.1.Any thoughts on what is wrong? Thanks in advance.,Josh.
Yahoo! FareChase - Search multiple travel sites in one click.