[[EMAIL PROTECTED] - Tue Sep 24 10:23:50 2002]:
> Hi, > I am trying to install openssl on AIX using gcc > > GCC version - 2.95.3 20010315 (release) > AIX version - 4.3.2.0 > OpenSSL version - 0.9.7-dev > > The output of config -t is attached. > The make is not sucessful. The following is the error reoprted : > > making all in apps... > rm -f openssl > gcc -o > openssl -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -DOPENSSL_NO_KRB5 -D > _THREAD_SAFE -D_POSIX_SOURCE -D_XOPEN_SOURCE=500 -D_ALL_SOURCE -D_NO_BITFIEL > DS -Daix -O3 -DAIX -DB_ENDIAN 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 -lpthread BN_LLONG RC4_CHAR > gcc: BN_LLONG: A file or directory in the path name does not exist. > gcc: RC4_CHAR: A file or directory in the path name does not exist. > make: 1254-004 The error code from the last command is 1. > > What could be the problem? To first state the obvious: the BN_LLONG and RC4_CHAR are preprocessor settings that should find there way into opensslconf.h during "Configure". I don't see in how far they should show up behind -lpthread. This is strange anyway: in my incarnation of OpenSSL the settings for aix, and this includes the aix43-gcc target, there is no -lpthread found. Do you work with a vanilla 0.9.7 version??? Best regards, ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]