- do a "yum install glibc.i686" to get some of the 32-bit libraries needed
- get the 32-bit Ubuntu .deb package from Tonido
- Do a "yum install ar"
- Extract the contents of the Tonido .deb package with:
- download Ubuntu 32-bit CD install image and burn it
- make a couple of directories under /mnt - I used "mkdir /mnt/tmp" and "/mkdir /mnt/tmp2"
- insert the Ubuntu disc and mount it. You can either let it automount or in my case I did it explicitly with "umount /dev/sr0; mount /dev/sr0 /mnt/tmp"
- go to the "casper" directory on the Ubuntu CD and mount filesystem.squashfs (for me, I did "mount /mnt/tmp/casper/filesystem.squashfs /mnt/tmp2")
- "cd /usr/local/tonido"
When I was done with this I had added the following libraries to /usr/local/tonido:
libcrypto.so.0.9.8
libexpat.so.1
libexpat.so.1.5.2
libfontconfig.so.1
libfontconfig.so.1.4.4
libfreetype.so.6
libfreetype.so.6.6.2
libgd.so
libgd.so.2
libgd.so.2.0.0
libjpeg.so.62
libjpeg.so.62.0.0
libncurses.so.5
libncurses.so.5.7
libpng12.so.0
libpng12.so.0.44.0
libssl3.so
libssl.so.0.9.8
libssl.so.10
libssl.so.1.0.0a
libstdc++.so.6
libstdc++.so.6.0.14
libz.so.1
libz.so.1.2.3.4