1833669 Members
3940 Online
110062 Solutions
New Discussion

openssl and HPUX 11

 
SOLVED
Go to solution
Terrence
Regular Advisor

openssl and HPUX 11

Does anyone know for certain that openssl and 11 won't work?

The HP download is for 11i only and I can't get the version from the openssl website to compile.
8 REPLIES 8
Victor BERRIDGE
Honored Contributor

Re: openssl and HPUX 11

Hi,
Did you download / install all the other prerequisites for openssl?


All the best
Victor
Kent Ostby
Honored Contributor

Re: openssl and HPUX 11

If you have an application release CD from 09/2002 or later for 11.00, ssh should be on that as well.

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Steven E. Protter
Exalted Contributor

Re: openssl and HPUX 11

I'm using it on HP-UX. Generated a certificate for an https website on an hp-ux server.

If you download it from Internet Express on http://software.hp.com it will work very well.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
H.Merijn Brand (procura
Honored Contributor

Re: openssl and HPUX 11

I have turned openssl-0.9.7d and openssh-4.0p1 into sd's for 11.00 in order to easily install it with our customers.

Shall I upload them to my site?

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Terrence
Regular Advisor

Re: openssl and HPUX 11

Replying in order:

1.) Other than a comiler there don't seem to be other prerequisites.

2.) SSL not SSH. I already have HP's SSH installed.

3.) Steven, are you using it on 11 or 11i? Did you compile with cc or gcc? Also the version from software.hp.com is for 11i

4.) Procura if you want to make your sd available that would be great.

Here is the output from the "make" statement.

(Bundled) cc: warning 480: The +O3 option is available only with the C/ANSI C pr
oduct; ignored.
(Bundled) cc: warning 480: The +Optrs_strongly_typed option is available only wi
th the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The +ESlit option is available only with the C/ANSI C
product; ignored.
cpp: "cryptlib.c", line 111: warning 2013: Unknown preprocessing directive.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: error 1000: Unexpected symb
ol: "char".
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Stop.
*** Error exit code 1
Denver Osborn
Honored Contributor
Solution

Re: openssl and HPUX 11

ok, from the errors you're seeing when you compile... you're trying to build it with the bundled c compile that's included w/ the base install of the OS. This compiler has just enough to get your kernel built.

If you've got the gcc compiler, try to build using it instead. Make sure that gcc is either in your path or you set CC=/path_to/gcc

Hope this helps,
-denver
Terrence
Regular Advisor

Re: openssl and HPUX 11

Thanks Denver, you got it going.

But after the make statement, it runs for some time before failing again. Here's the message. Any idea how I provide that library?

/usr/bin/ld: Can't find library: "dl"
collect2: ld returned 1 exit status
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
Terrence
Regular Advisor

Re: openssl and HPUX 11

never mind, I figured it out. Openssl is compiled and installed on 11 using gcc