From: Martin G. <mar...@gm...> - 2025-06-29 11:16:13
|
On 28/06/25 22:54, Nicolas Graner wrote: > when running sox_ng, I get : > > sox_ng: error while loading shared libraries: libsox_ng.so.3: cannot open shared object file: No such file or directory > > What should I do? You probably need to sudo ldconfig so that the shared library presence index is updated. It will also be OK after a reboot. M |