- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- hponcfg - Error: Unable to locate SSL library
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
07-23-2018 08:35 AM
07-23-2018 08:35 AM
hponcfg - Error: Unable to locate SSL library
hi guys,
i have just installed the hponcfg 5.2 (tested with 5.3 as well...) on my dl360 G10 server and I am receiving this error when launching the app :
<server-name>:~ # hponcfg
HP Lights-Out Online Configuration utility
Version 5.2.0 Date 10/27/2017 (c) 2005,2017 Hewlett Packard Enterprise Development LP
Error: Unable to locate SSL library.
Install latest SSL library to use HPONCFG.
<server-name>:~ # rpm -qa | grep -i hp
hponcfg-5.2.0-0.x86_64
hp-health-10.80-1855.22.sles12.x86_64
<server-name>:~ # rpm -qa |grep -i ssl
perl-Net-SSLeay-1.81-40.1.x86_64
perl-IO-Socket-SSL-2.025-89.1.noarch
openssl-1.0.2j-60.30.1.x86_64
libopenssl1_0_0-1.0.2j-60.11.2.x86_64
any ideas ? Runnning on the SUSE 12sp3
dl360r-02:~ # uname -a
Linux <server-name> 4.4.82-6.3-default #1 SMP Mon Aug 14 14:14:02 UTC 2017 (4c72484) x86_64 x86_64 x86_64 GNU/Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 07:34 AM
08-09-2018 07:34 AM
Re: hponcfg - Error: Unable to locate SSL library
Hi Mike_fr,
Please do let me know what version of iLO firmware are you using. If you are at firmware level 1.30, please downgrade to 1.20 as I have seen it work. Meanwhile HPE is working to see what can be the issue.
Regards.
Raghavender (Ragz)
“I work for HPE”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 10:27 AM - edited 08-09-2018 12:46 PM
08-09-2018 10:27 AM - edited 08-09-2018 12:46 PM
Re: hponcfg - Error: Unable to locate SSL library
Fresh install of SLES 12 SP3 on a DL380 Gen10. Installed hponcfg-5.2.0-0.x86_64.rpm Using both iLO firmware 1.20 and 1.30 hp-health isn't supported on Gen10 platforms, use amsd
linux:~ # hponcfg -g HP Lights-Out Online Configuration utility Version 5.2.0 Date 10/27/2017 (c) 2005,2017 Hewlett Packard Enterprise Development LP Firmware Revision = 1.20 Device type = iLO 5 Driver name = hpilo Host Information: Server Name: dl380 Server Serial Number:
linux:~ # hponcfg -g HP Lights-Out Online Configuration utility Version 5.2.0 Date 10/27/2017 (c) 2005,2017 Hewlett Packard Enterprise Development LP Firmware Revision = 1.30 Device type = iLO 5 Driver name = hpilo Host Information: Server Name: dl380 Server Serial Number:
I started out with the default kernel 4.4.73-5, then used zypper to update the system and now have kernel 4.4.140-94.2
I didn't grab a version list before the update, but here is the ssl files output after the update
linux:~ # rpm -qa | grep -i ssl perl-IO-Socket-SSL-1.962-3.1.noarch libopenssl1_0_0-1.0.2j-60.30.1.x86_64 perl-Net-SSLeay-1.64-3.2.x86_64 openssl-1.0.2j-60.30.1.x86_64 python-pyOpenSSL-16.0.0-4.3.4.noarch libopenssl1_0_0-32bit-1.0.2j-60.30.1.x86_64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2018 04:21 AM - edited 08-14-2018 04:23 AM
08-14-2018 04:21 AM - edited 08-14-2018 04:23 AM
Re: hponcfg - Error: Unable to locate SSL library
Hi!
On windows 2008r2 i have this problem with SSl dll too...
ERROR: Unable to locate 'HPSSLConnection.dll'. Please place a copy of the .dll in the current working directory. The .dll may be found in the directory the utility was extracted to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 10:08 AM
08-28-2018 10:08 AM
Re: hponcfg - Error: Unable to locate SSL library
Hi Jimmy,
The problem is with hponcfg and how they dynamically load libssl. If you do a 'strings /usr/sbin/hponcfg|grep libssl' you'll see it sorts the latest libssl library without taking into account architecture. In our case, a 64-bit library attempts to load a 32-bit libssl.so.10 and fails.
As a VERY ugly workaround, I 'ln -sf /lib64/libssl.so.10 /lib/' and after doing so 'hponcfg -g' worked again.
Someone needs to fix hponcfg binary. I have found it broken in both Version 5.3 and 5.2 . Version 4.6 works, but it thinks a Gen10 has an iLO 3 in it ;( .
Regards,
== k+ ==
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 10:12 AM
08-28-2018 10:12 AM
Re: hponcfg - Error: Unable to locate SSL library
Of course, the other workaround is to yum remove openssl-libs.i686 which is what I plan to do in the short term.
Regards,
== k+ ==
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2018 10:17 AM
08-28-2018 10:17 AM
Re: hponcfg - Error: Unable to locate SSL library
FYI, I'm running RHEL75 when I encounter this.
== k+ ==