Ubuntu netatalk install
EPKPhoto — 2 June 2007 - 12:59am
In the case I need to manually (re-)install netatalk on an Ubuntu system, follow the following instructions. This is necessary because the Ubuntu version of netatalk does not include the uams_dhx.so library to handle encryption:
apt-get source netatalk
sudo apt-get build-dep netatalk
sudo apt-get install cracklib2-dev
cd netatalk-2.0.3
DEB_BUILD_OPTIONS=ssl sudo debuild
sudo dpkg -i ../netatalk_*.deb
Instructions thanks to: http://www.ubuntuforums.org/showthread.php?t=101823
- EPKPhoto's blog
- Login to post comments