- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- install depot in different location and ask for an...
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
12-22-2005 09:00 AM
12-22-2005 09:00 AM
1. normally depot file comes from HP will be installed to /opt/pkgname, how to change this location to somewhere else say /usr/local.
2. I m looking for an version of openssl
openssl 0.9.7e
currently only 0.9.8a is available, how can I get that archived version.
Thanks for the input.
Regards!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 09:04 AM
12-22-2005 09:04 AM
Solutionyou can get an older version from this location,
http://www.openssl.org/source/
Normally hp pre-compiled software's location cannot be changed. You can download the source and recompile it yourself and you may be able to change the location where it is installed.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 09:23 AM
12-22-2005 09:23 AM
Re: install depot in different location and ask for an old version of openssl
You will probably have to install the package, then set it up so it works to your specs, then repackage it with swpackage manager.
I don't recommend this though, since modifying standard packages will surely void any support you would get on them (if any). Apart from that, you might have a hard time getting it to work and it's just not worth the hassle.
Since you probably already looked on the the openssl.org site, I can't give any advice on that...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 09:23 AM
12-22-2005 09:23 AM
Re: install depot in different location and ask for an old version of openssl
Will need to get the source and compile for a new location.
The source for most of the HPUX compatible software can be found on the porting archive
http://gatekeep.cs.utah.edu
There will be binaries in depot format as well as source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 02:46 PM
12-22-2005 02:46 PM
Re: install depot in different location and ask for an old version of openssl
then, compile it on your own. HP's OpenSSL installs in /opt/openssl. If you want to know the compile options, take a look at
http://www.docs.hp.com/en/5991-4792/index.html
-Arun