Shared Know How


Howto: fix, find, use, make & do it guide

Installing netatalk under CentOS 5 with Leopard support

author Posted by: Tim on date May 2nd, 2008 | filed Filed under: linux

I had a old installation on our personal server of Netatalk withouth encrypted password support. This is fine when you are on your local network and use Tiger but with Leopard this is no longer supported.

I used netatalk-2.0.3

First time I tried to install under centOS5 I got an error

cnid_index.c:277: warning passing argument 2 of 'db->stat' from incompatible pointer type
cnid_index.c:277: error: too few arguments to function 'db->stat'

after some googling I found out that this has to do with support for an outdated Berkeley DB.

Read more »