1848223 Members
6840 Online
104022 Solutions
New Discussion

Re: compile ssl

 
SOLVED
Go to solution
June Cui_1
Occasional Contributor

compile ssl

I have ansi C and perl 5 on my hp11.00 box.
When I run make to compile openssl 0.9.5a, I got the following message:

cc: "bn_prime.c", line 236: error 1588: "NUMPRIMES" undefined.
cc: "bn_prime.c", line 236: error 1566: Test expression in for must be scalar.
cc: "bn_prime.c", line 237: error 1588: "primes" undefined.
cc: "bn_prime.c", line 237: warning 563: Argument #2 is not the correct type.
cc: "bn_prime.c", line 351: error 1588: "NUMPRIMES" undefined.
cc: "bn_prime.c", line 351: error 1502: Array size must be a constant expressio.
cc: "bn_prime.c", line 357: error 1566: Test expression in for must be scalar.

Any idea what's wrong?

Thank you.

2 REPLIES 2
Kofi ARTHIABAH
Honored Contributor
Solution

Re: compile ssl

June, I believe there is a pre-compiled binary at:
http://eigen.ee.ualberta.ca/hppd/hpux/Languages/openssl-0.9.5a/

if you really really want to compile it, you might want to consider using gcc.. just a thought.

Good luck
nothing wrong with me that a few lines of code cannot fix!
Rick Garland
Honored Contributor

Re: compile ssl

Do the swlist and make sure that the ANSI C is install and configured.
Can do swlist | grep -i ansi

If installed, make sure it is configured.
swlist -l fileset -a state.

In the far right column, should see "CONFIGURED".