-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./license_checker -f does not work #37
Comments
Seems like a dependency issue. You can install this lib manually. |
I encounter with the same issue, do you resolve this?
I encounter with the same issue, do you resolve this? |
I encounter with the same issue, do you resolve this? The lib does not support 1.1.1 on their official website. |
Here is my solution to this: follow the instructions to re-install a OpenSSL 1.1.1 (this will not overlap with your current OpenSSL) |
There is a tmp easy way to to fix this issue: # to solve libcrypto.so.1.1 issue
find / -name libcrypto.so.1.1
# for example found a libcrypto.so.1.1 from cuda
sudo ln -s /usr/local/cuda-12.1/nsight-systems-2023.1.2/host-linux-x64/libcrypto.so.1.1 /usr/lib/libcrypto.so.1.1
# to solve ifconfig issue
sudo apt install net-tools
# use license checker
./license_checker -f
# you can choose to remove libcrypto.so.1.1 or just keep it
sudo rm /usr/lib/libcrypto.so.1.1 |
I have installed the requirements.txt file and tried fetching a new feature ID. This error is persistent in many systems I have tried in.
The OS is Ubuntu 22.04 as well.
Error : libcrypto.so.1.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: