- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: openssh configure error
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
04-21-2003 01:46 PM
04-21-2003 01:46 PM
configure: error: *** Can't find recent OpenSSL libcrypto
any ideas on how i can get beyond this?
thanks in advance,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 02:01 PM
04-21-2003 02:01 PM
Re: openssh configure error
*compilation* environment.
Using sh or ksh, you can do:
LD_RUN_PATH=/usr/local/ssl/lib configure --with-ssl-dir=/usr/local/ssl
then:
LD_RUN_PATH=/usr/local/ssl/lib make
You should then get binaries that work fine, without any setting of LD_LIBRARY_PATH
or LD_RUN_PATH:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 02:07 PM
04-21-2003 02:07 PM
Re: openssh configure error
http://www.atomicgears.com/papers/osshhpux.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2003 08:38 PM
04-21-2003 08:38 PM
Re: openssh configure error
libiconv openssl perl tcp_wrappers zlib
All are available at http://hpux.cs.utah.edu/, along with compiled and source versions of OpenSSH 3.6.1 (http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.6.1p1/)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 10:00 AM
04-23-2003 10:00 AM
Re: openssh configure error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 03:16 PM
04-23-2003 03:16 PM
SolutionCheck the documentation for OpenSSH, you may find it requires a specific verion of OpenSSL and the library you have may be old, hence the wording "recent" in the error message.
It could be trying to locate a library function that may not exist in your version of OpenSSL. The B_Safe OpenSSL that comes with Apache 2.0.43 seemed to work OK for me.
Cheers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 06:34 AM
04-24-2003 06:34 AM
Re: openssh configure error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 12:33 PM
04-24-2003 12:33 PM
Re: openssh configure error
I have been using the UK mirror:
http://hpux.connect.org.uk/
The Wisconsin site has been saying it's "currently unavailable" for some time now, and the UT site doesn't respond at all.