wondering how many libraries are still missing

BTW, if you’re wondering how many libraries are still missing, run this command:

$ ldd ./skype | grep 'not found'
libXrender.so.1 => not found
libXrandr.so.2 => not found
libfreetype.so.6 => not found
libfontconfig.so.1 => not found
libz.so.1 => not found
libgthread-2.0.so.0 => not found
libglib-2.0.so.0 => not found
libstdc++.so.6 => not found
libgcc_s.so.1 => not found

Comentarios

Entradas populares de este blog

Creating a ssh key no password

how to compile VLC on CENTOS