The deb file I used to use isnt working. But this script does work for compiling netatalk with SSL support so it actually works: mkdir -p ~/src/netatalk cd ~/src/netatalk sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential sudo apt-get build-dep netatalk apt-get source netatalk cd netatalk-2.0.3 DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc sudo debi echo “netatalk hold” [...]
Here is a link I found that got this working again: Click Here Here is a link to fix a keyboard error some have: Click Here
VMware Server 1.0.6 on Ubuntu 8.0.4 would not run “out of the box”. I needed a library fix to get it running: $ cd /usr/lib/vmware/lib/libgcc_s.so.1 $ sudo mv libgcc_s.so.1 libgcc_s.so.1.orig $ sudo ln -s /lib/libgcc_s.so.1 /usr/lib/vmware/lib/