Skip to content
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 error #56

Closed
yu3jun opened this issue Jun 13, 2024 · 2 comments
Closed

./license_checker -f error #56

yu3jun opened this issue Jun 13, 2024 · 2 comments

Comments

@yu3jun
Copy link

yu3jun commented Jun 13, 2024

Hi,
I encountered some error when I try to get the feature id using the license_checker
At first I encountered this error:
./license_checker: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
then I followed the instruction from https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory installed libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb
However a new error showed up:
sh: 1: ifconfig: not found
xargs: ifconfig: No such file or directory
Segmentation fault (core dumped)

My system is Ubuntu 22.04, and I have installed all your requirements follow the readme instructions.

Thanks a lot for your contributions, looking forward to your answers.

@yu3jun yu3jun changed the title ./license_checker -f does error ./license_checker -f error Jun 13, 2024
@yu3jun
Copy link
Author

yu3jun commented Jun 13, 2024

I used apt install install net-tools and solved the sh: 1: ifconfig: not found error

@yu3jun yu3jun closed this as completed Jun 13, 2024
@zhirui-gao
Copy link

zhirui-gao commented Jul 13, 2024

I used apt install install net-tools and solved the sh: 1: ifconfig: not found error

I used

sudo apt install net-tools

then
I followed the instruction from https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory installed libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants