when I launch skype I get this error:
/usr/local/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
so I downloaded alsa.tcel, renamed to alsa.tgz, executed emelfm, double click to alsa.tgz in order to extract it, went to /tmp/.emelfm-unpack
and copied
/tmp/.emelfm-unpack/usr/local/lib/libasound.la, libasound.so, libasound.so.2, libasound.so.2.0.0
to
/usr/local/lib/libasound.la
/usr/local/lib/libasound.so
/usr/local/lib/libasound.so.2
/usr/local/lib/libasound.so.2.0.0
and added this lines to /opt/.filetool.lst:
usr/local/lib/libasound.la
usr/local/lib/libasound.so
usr/local/lib/libasound.so.2
usr/local/lib/libasound.so.2.0.0
and then I need to add
ldconfig &
in /opt/bootlocal.sh
and now skype works