Archive for August, 2007

skype: error while loading shared libraries: libsigc-2.0.so.0: wrong ELF class: ELFCLASS64

Thursday, August 30th, 2007

What to do if you got this error on 64bit linux distro, you’ve downloaded skype static and you’ve copied libsigc-2.0.so.0 and libsigc-2.0.so.0.0.0 to /lib32?:

that was wrong! - and the error is:
skype: error while loading shared libraries: libsigc-2.0.so.0: wrong ELF class: ELFCLASS64
Solution is quite simple - just wget libsigc++-2.0-0c2a_2.0.16-3_i386.deb (or some other version appropriate to […]

skype: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory

Thursday, August 30th, 2007

What to do if you got this error on 64bit linux distro and you’ve downloaded skype static?:

skype: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory
Solution is quite simple - just wget libsigc++-2.0-0c2a_2.0.16-3_i386.deb (or some other version appropriate to your distro (remember to get 32bit version!).

After downloading go […]

How to check uuid for specified disk partition?

Monday, August 27th, 2007

It’s very eay to check uuid, just ls some dir ;-):

ls -l /dev/disk/by-uuid/
that’s all!

How to uninstall Google Desktop for Linux?

Monday, August 20th, 2007

How to uninstall Google Desktop for Linux?

If you use Fedora, Mandrake or some other rpm based linux distro:
run the command: rpm -e google-desktop-linux

If you use Debian, Ubuntu, Kubuntu or some other deb based linux distro:
run the command: dpkg -r google-desktop-linux