Netatalk on Intrepid once again

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" | sudo dpkg --set-selections

Submit Article to:   Reddit - Digg - Del.icio.us - Google Bookmarks - Technorati

This entry was posted on Friday, April 17th, 2009 at 9:56 am and is filed under Linux, Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply