I installed openssl version 0.9.6 on a Tru64 Unix box.
 
I encountered the following errors while doing a 'make install'
 
Can't locate Getopt/Long.pm in @INC (@INC contains: /usr/lib/perl-5.005/lib/5.00503/alpha-dec_osf /usr/lib/perl-5.005/lib/5.00503 /usr/lib/perl-5.005/lib/site_perl/5.005/alpha-dec_osf /usr/lib/perl-5.005/lib/site_perl/5.005 .) at ../../util/pod2man.pl line 308.
BEGIN failed--compilation aborted at ../../util/pod2man.pl line 308.
*** Exit 2
Stop.
I then removed the 'install_docs' from the Makefile so that the 'make' only did 'make all'. This allowed the install to go thru without any errors.
 
But now when I tried to generate a certificate using "openssl req -x509 -text -new -newkey rsa:1024 -out server.pem -md5 -days 2000", I get the following error
 
Generating a 1024 bit RSA private key
.422288:error:0307406D:bignum routines:BN_CTX_get:too many temporary variables:bn_ctx.c:121:
422288:error:04069003:rsa routines:RSA_generate_key:BN lib:rsa_gen.c:182:
 
I also found that 'make test' aborts with the following error:
 
Left shift test failed!
a=C64F43042AEACA6E5836805BE8C99B045D4836C2FD16C964F0
b=3193D0C10ABAB29B960DA016FA3266C117520DB0BF45B2593C0
c=4
d=-20000000000000002000000000000000000000000
*** Exit 1
Stop.
*** Exit 1
Stop.
 
Any clues as to what could be going wrong?
 
Thanks
 
ramdas

Reply via email to