Livepool-io / transcoder

Livepool transcoder releases
18 stars 5 forks source link

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

Open ThomasDalla opened 2 months ago

ThomasDalla commented 2 months ago

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