Start a Conversation

Unsolved

This post is more than 5 years old

C

15523

April 18th, 2016 16:00

SSL Library error and idracadm7

Ran into an SSL library  path error when trying to run an idracadm7 command and realized that I needed to install openssl-devel in addition to openssl for it to work. Just thought I would post here in case others ran into the same issue.

Here is there error:

ERROR: RAC1170: Unable to find the SSL library in the default path.

       If a SSL library is not installed, install one and retry the 

       operation. If a SSL library is installed, create a soft-link of the 

       installed SSL library to "libssl.so" using the linux "ln" command 

Moderator

 • 

8.7K Posts

April 19th, 2016 12:00

Thanks for providing the information that you found.

1 Rookie

 • 

23 Posts

November 7th, 2017 04:00

Cameron, thanks a lot indeed for posting that info! It helped me to fix the same issue.

1 Rookie

 • 

17 Posts

February 13th, 2019 15:00

How about on Ubuntu? I have libssl-dev installed but still get that error.

4 Posts

August 31st, 2019 14:00

ubuntu 18.04.3 i had to: "sudo ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.1 /usr/lib/x86_64-linux-gnu/libssl.so"

1 Message

December 13th, 2019 04:00

On SLES 15: create the link using below command to resolve the issue

localhost:/ # ln -s /usr/lib64/libssl.so.1.1 /usr/lib64/libssl.so

No Events found!

Top