Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:26 AM
09-28-2005 12:26 AM
Openssl
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:30 AM
09-28-2005 12:30 AM
Re: Openssl
./Configure threads shared zlib --openssldir=/usr/openssll hpux-gcc
Just take a look at ./Configure --help to get options.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:30 AM
09-28-2005 12:30 AM
Re: Openssl
You can find the binaries for HPUX here
http://hpux.connect.org.uk/hppd/cgi-bin/search?package=&term=/openssl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:31 AM
09-28-2005 12:31 AM
Re: Openssl
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:34 AM
09-28-2005 12:34 AM
Re: Openssl
sh: ./configure: not found.
it was the result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:38 AM
09-28-2005 12:38 AM
Re: Openssl
Its ./Configure --help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:38 AM
09-28-2005 12:38 AM
Re: Openssl
./config --help
ls *onf*
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:41 AM
09-28-2005 12:41 AM
Re: Openssl
Please also look at the following link for OpenSSL Installation steps:
http://www.ratite.com/400CS/Docs/openssl/INSTALL.openssl.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 12:42 AM
09-28-2005 12:42 AM
Re: Openssl
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I
-Arun