Phils bloQ - - - bloq and pics

netatalk

November 2nd, 2009 Posted in Sonstiges

Ich habe mich länger nichtmehr damit auseinander gesetzt, da es “damals” nicht so richtig wollte. Das Ziel der ganzen sache: Auf einem Linux-File-Server via netatalk AFP-shares bereitzustellen. Kurz und gut:

sudo aptitude update
sudo aptitude install devscripts dpkg-dev

sudo aptitude install cracklib2-dev libssl-dev

mkdir netatalk

cd netatalk
apt-get source netatalk

Now, move to the source code directory (the version number may change), switch to the root user, resolve and install the build dependencies for Netatalk, and build with the SSL option enabled (I’ve included several build options to suppress some error messages that arise because the build is not signed). The last commands below install the build and exit the root user.

cd netatalk-2.0.3
sudo su
apt-get build-dep netatalk
DEB_BUILD_OPTIONS=ssl debuild -i -us -uc -b
debi
exit

http://www.zaphu.com/2008/04/29/ubuntu-guide-configure-a-netatalk-file-server-based-on-apple-filing-protocol-afp/

Post a Comment