Closed koijigen closed 1 year ago
What is libcrypto
?
In generally, how to fix an error about cannot open shared object file
?
Is there a solution to realize kvm by a way don't use Barrier?
At issue https://github.com/koijigen/question-and-answer/issues/4#issuecomment-1313446417 , I knew that libcrypto
is a library that is included the package openssl
.
And I did reinstalling openssl
, installing openssl-1.1
and executing command $ barrier
, no error, Barrier was launched.
Reopen, because I have not close my question in StackOverflow.
I have to close it by posting self answer.
Done, posted the self answer.
How to fix
At the issue in my Github repository , I knew that
libcrypto
is a library that is included the packageopenssl
.And I did reinstalling
openssl
, installingopenssl-1.1
and executing command$ barrier
, no error, Barrier was launched.Cause of error
Probablly, The error was occured by I had not the library
libcrypto.so.3
in my machine. So, when I reinstalliingopenssl
(i.e. update bypacman -Sy openssl
), the library is placed in/usr/lib
, and the error had dissapeared.Refferences
Asked bellow question in StackOverflow. How to fix an error `libcrypto.so.3: cannot open shared object file: No such file or directory"?
How to fix an error `libcrypto.so.3: cannot open shared object file: No such file or directory"?
Premise
I want to share a single keyboard between two computers(ArchLinux and Windows), and there are some options to realize it on.
I choiced an option using Barrier.
Expect
Following steps bellow on a ArchLinux machine and verify there are no error:
Installing barrier :
$ sudo pacman -S barrier
Using barrier :
$ barrier
Actual
I got error at the step using barrier.
The error message is :
barrier: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory
Question
How to fix "No such file or directory" about libcrypto.so.3?
Additional information
Commands output
Tried things
sudo barrier
, nothing new.libcrypto
.