LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-22-2021, 01:54 AM   #1
justa_skid
LQ Newbie
 
Registered: Jan 2021
Posts: 5

Rep: Reputation: Disabled
Angry How to fix error: " error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory"?


Issue:Not sure if this is the place to direct this. But i've reccently ben attempting to leverage the linux-based OS on the chromebook, so I installed some tools available thru "chromebrew" however whenver I attempt to run the program I recieve the error , : error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory"

Objective:I would like to be able to run the program with compromising any other modules on my system. I attempted creating a symbolic link based on my available modules in lib64 file but this did not work. I used the command...

e.g.: 'ln -s libssl.so.1.0.0 libssl.so.1.1'

Is it possible to get certain cyber security tools such as "aircrack-ng" function on the chromebook?
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2021-02-21 at 5.18.31 PM.png
Views:	111
Size:	105.9 KB
ID:	35695  
 
Old 02-22-2021, 02:11 AM   #2
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,347

Rep: Reputation: Disabled
You've got the parameter orders backwards for the ln command. To create a link called "libssl.so.1.0.0" and have it point to libssl.so.1.1, do this:
Code:
sudo ln -s /usr/lib64/libssl.so.1.1 /usr/lib64/libssl.so.1.0.0
But that's not guaranteed to work, and you may run into other dependency issues; ldd aircrack-ng will show you which libraries the executable needs.

Either you should find a version of aircrack-ng that's compiled for the Chromebook OS, or you could compile one yourself. The latter is not hard at all, provided the necessary developer tools and libraries are available for the Chromebook.

See the aircrack-ng GitHub page for a list of requirements, it's pretty standard stuff.
 
Old 02-22-2021, 02:23 AM   #3
justa_skid
LQ Newbie
 
Registered: Jan 2021
Posts: 5

Original Poster
Rep: Reputation: Disabled
I'm guessing I will likely have to compile it myself given the previous issues that I have ran into. But I will attempt to make use of the command you provided. Also i'm currently in developer mode and I assume ( though it may be naieve of me ) ChromeOS wouldn't list any packages in the list that aren't compatible with its system, but I guess we will see!

Thanks for the help thus far!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error with GCC: while loading shared libraries: libisl.so.22: cannot open shared object file: No such file or directory juju Slackware 18 04-30-2021 05:25 PM
[SOLVED] thunar: error while loading shared libraries: libexo-2.so.0: cannot open shared object file: No such file or directory M0M0 Slackware 8 09-18-2020 06:57 PM
[SOLVED] Cannot load /usr/lib/apache2/modules/mod_ssl.so into server: libssl.so.1.0.0: cannot open shared object file: No such file or directory RayinTampa Linux - Newbie 3 10-11-2019 10:34 AM
apt-config:error while loading shared libraries: libgcc_s.so.1 cannot open shared object file: No such file or directory wenyumei Ubuntu 1 07-20-2016 10:58 AM
[SOLVED] libssl.so.10: cannot open shared object file: No such file or directory sanjay87 Linux - Server 1 04-27-2012 12:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration