libpthreads.so missing in Ubuntu 21.10 (amd64)
Solution 1:
Just faced the same issue. One quick workaround is to make a symlink:
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread.so.0 /usr/lib/x86_64-linux-gnu/libpthread.so
Just faced the same issue. One quick workaround is to make a symlink:
sudo ln -s /usr/lib/x86_64-linux-gnu/libpthread.so.0 /usr/lib/x86_64-linux-gnu/libpthread.so