Browse Community
Help
Log In
Responses(8)
Solutions(1)
DELL-Young E
Moderator
•
5.4K Posts
0
May 12th, 2025 02:58
Hello, linking a related article:
https://www.dell.com/support/manuals/en-us/idrac9-lifecycle-controller-v3.3-series/idrac_3.36.36.36_racadm/remote-racadm?guid=guid-7b78457f-c280-4d99-a17e-73d0929409bc&lang=en-us
Respectfully,
DELL-Josh Cr
9.5K Posts
April 19th, 2016 12:00
Thanks for providing the information that you found.
nkut
1 Rookie
23 Posts
1
November 7th, 2017 04:00
Cameron, thanks a lot indeed for posting that info! It helped me to fix the same issue.
delimiter
18 Posts
February 13th, 2019 15:00
How about on Ubuntu? I have libssl-dev installed but still get that error.
bugre29
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"
Rakesh_Thakur
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
responsibleuser
March 28th, 2025 19:13
9 years later and this is still helping people out
Kysh
May 11th, 2025 22:25
@responsibleuser Roger that!! On Rocky Linux the command is still the same
sudo dnf install openssl-devel
Dell Support Resources
View All
Top
DELL-Young E
Moderator
•
5.4K Posts
0
May 12th, 2025 02:58
Hello, linking a related article:
https://www.dell.com/support/manuals/en-us/idrac9-lifecycle-controller-v3.3-series/idrac_3.36.36.36_racadm/remote-racadm?guid=guid-7b78457f-c280-4d99-a17e-73d0929409bc&lang=en-us
Respectfully,
DELL-Josh Cr
Moderator
•
9.5K Posts
0
April 19th, 2016 12:00
Thanks for providing the information that you found.
nkut
1 Rookie
•
23 Posts
1
November 7th, 2017 04:00
Cameron, thanks a lot indeed for posting that info! It helped me to fix the same issue.
delimiter
1 Rookie
•
18 Posts
0
February 13th, 2019 15:00
How about on Ubuntu? I have libssl-dev installed but still get that error.
bugre29
4 Posts
1
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"
Rakesh_Thakur
1 Message
0
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
responsibleuser
1 Rookie
•
1 Message
1
March 28th, 2025 19:13
9 years later and this is still helping people out
Kysh
1 Rookie
•
1 Message
0
May 11th, 2025 22:25
@responsibleuser Roger that!! On Rocky Linux the command is still the same