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

error while loading shared libraries: libnppig.so.12 #19

Open
ThomasDalla opened this issue Jul 2, 2024 · 0 comments
Open

error while loading shared libraries: libnppig.so.12 #19

ThomasDalla opened this issue Jul 2, 2024 · 0 comments

Comments

@ThomasDalla
Copy link

ThomasDalla commented Jul 2, 2024

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):

❯ 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

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

1 participant