Linux

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.

Adobe Acrobat 5.0.5 under wine

I reinstalled Acrobat 5 to run it under wine. It didn't work. The reason appeared to be again a plugin: DocBox.api. After removing it everything went smoothly. Already before (using RedHat 9) I have had trouble with a Acrobat plugin (it was WebPDF.api at that time). Most manipulation of pdf files can be easily done with Linux tools, but one thing is tricky: cropping already existing pdf files. That's why I need Acrobat.

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

Pages