Suse Linux 9

The new iPod (3rd generation) and Suse Linux 9

I have bought an iPod. And it appears that the 3rd generation iPod is substantially different from the previous models. E.g. in its file system. In previous models you could convert the HFS+ file system into a FAT32 filesystem. HFS+ is the filesystem used by the new MacOS X OS. It cannot be read by Windows OS (unless you buy commerical third party software such as MacOpener or MacDrive). There are several Linux-interfaces for the iPod, but they all require that the iPod is mounted as a regular mass storage device.

VMware setup error (libpopt)

The error message during VMware setup (vmware-config.pl) is due to the fact that Suse 9 has a too new package for the requested library:

/usr/bin/vmware-smbpasswd.bin: error while loading shared libraries: libpopt.so.0: cannot open shared object file: No such file or directory

The following fixes the problem:

ln -s /usr/lib/libpopt.so.1 /usr/lib/libpopt.so.0

Staden 1.4 and Suse 9

I installed today the new Staden package (version 1.4) to my Suse 9. I included the lines:

export STADENROOT=/usr/local/staden-linux-rel-1-4 . $STADENROOT/staden.profile

in my ~/.bashrc file.
After this kprinter broke with the following error:

kprinter: /usr/local/staden-linux-rel-1-4/lib/linux-binaries/libstdc++.so.5: no version information available (required by /opt/kde3/lib/kprinter.so)

Pages