Netatalk website http://netatalk.sourceforge.net/
Download Netatalk 2.2.3 from their website http://prdownloads.sourceforge.net/netatalk/netatalk-2.2.3.tar.gz?download copy it to /tmp
Decompress and untar the source code with the following commands
gzip netatalk filename
tar -xvf netatalk filename
Install all ‘Development Tools’ group packages, enter:
# yum groupinstall “Development Tools”
install Berkeley DB get from oracle
copy it to /tmp and extract
go to .tmp/db folder
./configure
make
make install
it will install the Berkeley DB in /usr/local/
go back to netatalk folder in /tmp/netatalk2.2.3
./configure –with-init-style=redhat-sysv –with-bdb=/path/to/bdb/installation/
make
make install
0 Comments