1829596 Members
2020 Online
109992 Solutions
New Discussion

Openssl

 
marco_186
Advisor

Openssl

dear all , thanks for ur time

i wanted to install openssl-0.9.8 but i ve an error when i make ./config no-threads -fPIC
------------------------------------
Operating system: 9000/800-hp-hpux1x
WARNING! If you wish to build 64-bit library then you have to
invoke './Configure hpux64-parisc2-cc' *manually*.
You have about 5 seconds to press Ctrl-C to abort.
------------------------------
what this message mean

thanks all
B.R
8 REPLIES 8
Arunvijai_4
Honored Contributor

Re: Openssl

You have to run something like,
./Configure threads shared zlib --openssldir=/usr/openssll hpux-gcc

Just take a look at ./Configure --help to get options.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Luk Vandenbussche
Honored Contributor

Re: Openssl

Hi Marco,

You can find the binaries for HPUX here

http://hpux.connect.org.uk/hppd/cgi-bin/search?package=&term=/openssl
Alex Lavrov.
Honored Contributor

Re: Openssl

It means exactly what it says.

If you want you program to be compiled as 64-bit, you must abort and run this:
"./Configure hpux64-parisc2-cc"

Otherwise, you just wait and it will be compiled as 32-bit.

If your system is 64bit, it's better to compile it as 64bit as well.

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
marco_186
Advisor

Re: Openssl

./configure --help

sh: ./configure: not found.

it was the result
VEL_1
Valued Contributor

Re: Openssl



Its ./Configure --help
Alex Lavrov.
Honored Contributor

Re: Openssl

./Configure --help
./config --help

ls *onf*


Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
VEL_1
Valued Contributor

Re: Openssl

Hi,

Please also look at the following link for OpenSSL Installation steps:

http://www.ratite.com/400CS/Docs/openssl/INSTALL.openssl.html

Arunvijai_4
Honored Contributor

Re: Openssl

HP supported OpenSSL is bit older(OpenSSL 0.9.7e,). If you want, you can download from

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"