We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
livepool-linux-gpu-amd64/livepool: error while loading shared libraries: libnppig.so.12: cannot open shared object file: No such file or directory
livepool version 0.7.5
0.7.5
Looks like 2 libraries are missing on my system (Ubuntu 22.04):
❯ lddtree livepool-linux-gpu-amd64/livepool livepool => livepool-linux-gpu-amd64/livepool (interpreter => /lib64/ld-linux-x86-64.so.2) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 libnppig.so.12 => not found libnppicc.so.12 => not found libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6
There is only version 11 of these 2 libs: libnppig11 libnppicc11
libnppig11 libnppicc11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
livepool-linux-gpu-amd64/livepool: error while loading shared libraries: libnppig.so.12: cannot open shared object file: No such file or directory
livepool version
0.7.5
Looks like 2 libraries are missing on my system (Ubuntu 22.04):
There is only version 11 of these 2 libs:
libnppig11 libnppicc11
The text was updated successfully, but these errors were encountered: