Hopefully someone can help me.  I'm having problems compiling OpenSSL.
Here's my environment:

Hardware: HP 9000 Workstation Series 735, 64 Megs RAM
OS: HP UX 10.20
OpenSSL Version: 0.9.4

Here's the output of config -t:

# ./config -t
Operating system: 9000/735-hp-hpux10
Configuring for hpux10-cc
/usr/bin/perl ./Configure hpux10-cc

Looks good to me.  I've enclosed the full output of config just in case.
 <<config output.txt>> 

Here's the compiling error:

making all in crypto/pkcs7...
        cc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN
-DBN_DIV2W -Ae +ESlit +O4 -z -c pk7_lib.c
        cc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN
-DBN_DIV2W -Ae +ESlit +O4 -z -c pkcs7err.c
        cc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN
-DBN_DIV2W -Ae +ESlit +O4 -z -c pk7_doit.c
        ar r ../../libcrypto.a pk7_lib.o pkcs7err.o pk7_doit.o
        /usr/bin/ranlib ../../libcrypto.a
        cc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN
-DBN_DIV2W -Ae +ESlit +O4 -z -o enc enc.o ../../libcrypto.a
/usr/ccs/bin/ld: Unsatisfied symbols:
   PKCS12_PBE_add (code)
   PKCS12_decrypt_d2i (code)
   ERR_load_PKCS12_strings (code)
   PKCS8_encrypt (code)
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
# 

It gets quite a bit through the compile, then quites.

Warning: Although I have technical expertise, I do not no how to program in
C, and know little about Perl or UNIX script.  About all I know how to do is
follow instructions.  I've been sucessfully compiling apache for a couple of
years, and I've installed/compiled PINE on my system.

I tried "./config -no-asm" as an option, but this did not work either.
Perhaps I was doing something wrong.

Any help appreciated,

Sean Graglia
Project Manager, eService, Information Services, NORTEL  NETWORKS
Internal #: 333 2532, External #: 905-863-2532, E-mail:
[EMAIL PROTECTED]

Operating system: 9000/735-hp-hpux10
Configuring for hpux10-cc
Makefile => Makefile.ssl
e_os.h => include/openssl/e_os.h
e_os2.h => include/openssl/e_os2.h
making links in crypto...
Makefile => Makefile.ssl
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
Makefile => Makefile.ssl
making links in crypto/md2...
Makefile => Makefile.ssl
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
making links in crypto/md5...
Makefile => Makefile.ssl
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
md5.c => ../../apps/md5.c
making links in crypto/sha...
Makefile => Makefile.ssl
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
making links in crypto/mdc2...
Makefile => Makefile.ssl
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
making links in crypto/hmac...
Makefile => Makefile.ssl
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
making links in crypto/ripemd...
Makefile => Makefile.ssl
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
rmd160.c => ../../apps/rmd160.c
making links in crypto/des...
Makefile => Makefile.ssl
asm/perlasm => ../../perlasm
des.h => ../../include/openssl/des.h
destest.c => ../../test/destest.c
making links in crypto/rc2...
Makefile => Makefile.ssl
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
making links in crypto/rc4...
Makefile => Makefile.ssl
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
making links in crypto/rc5...
Makefile => Makefile.ssl
rc5.h => ../../include/openssl/rc5.h
rc5test.c => ../../test/rc5test.c
making links in crypto/idea...
Makefile => Makefile.ssl
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
making links in crypto/bf...
Makefile => Makefile.ssl
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
making links in crypto/cast...
Makefile => Makefile.ssl
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
making links in crypto/bn...
Makefile => Makefile.ssl
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
making links in crypto/rsa...
Makefile => Makefile.ssl
rsa.h => ../../include/openssl/rsa.h
rsa_oaep_test.c => ../../test/rsa_oaep_test.c
making links in crypto/dsa...
Makefile => Makefile.ssl
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
making links in crypto/dh...
Makefile => Makefile.ssl
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
making links in crypto/buffer...
Makefile => Makefile.ssl
buffer.h => ../../include/openssl/buffer.h
making links in crypto/bio...
Makefile => Makefile.ssl
bio.h => ../../include/openssl/bio.h
making links in crypto/stack...
Makefile => Makefile.ssl
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
making links in crypto/lhash...
Makefile => Makefile.ssl
lhash.h => ../../include/openssl/lhash.h
making links in crypto/rand...
Makefile => Makefile.ssl
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
making links in crypto/err...
Makefile => Makefile.ssl
err.h => ../../include/openssl/err.h
making links in crypto/objects...
Makefile => Makefile.ssl
objects.h => ../../include/openssl/objects.h
making links in crypto/evp...
Makefile => Makefile.ssl
evp.h => ../../include/openssl/evp.h
making links in crypto/asn1...
Makefile => Makefile.ssl
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
making links in crypto/pem...
Makefile => Makefile.ssl
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
making links in crypto/x509...
Makefile => Makefile.ssl
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
making links in crypto/x509v3...
Makefile => Makefile.ssl
x509v3.h => ../../include/openssl/x509v3.h
making links in crypto/conf...
Makefile => Makefile.ssl
conf.h => ../../include/openssl/conf.h
making links in crypto/txt_db...
Makefile => Makefile.ssl
txt_db.h => ../../include/openssl/txt_db.h
making links in crypto/pkcs7...
Makefile => Makefile.ssl
pkcs7.h => ../../include/openssl/pkcs7.h
making links in crypto/pkcs12...
Makefile => Makefile.ssl
pkcs12.h => ../../include/openssl/pkcs12.h
making links in crypto/comp...
Makefile => Makefile.ssl
comp.h => ../../include/openssl/comp.h
making links in ssl...
Makefile => Makefile.ssl
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
ssltest.c => ../test/ssltest.c
making links in rsaref...
Makefile => Makefile.ssl
rsaref.h => ../include/openssl/rsaref.h
making links in apps...
Makefile => Makefile.ssl
making links in test...
Makefile => Makefile.ssl
making links in tools...
Makefile => Makefile.ssl
IsWindows=0
CC            =cc
CFLAG         =-DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z
EX_LIBS       =
BN_ASM        =bn_asm.o
DES_ENC       =des_enc.o fcrypt_b.o
BF_ENC        =bf_enc.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4_enc.o
RC5_ENC       =rc5_enc.o
MD5_OBJ_ASM   =
SHA1_OBJ_ASM  =
RMD160_OBJ_ASM=
PROCESSOR     =
RANLIB        =/usr/bin/ranlib
PERL          =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode

Reply via email to