Hello,

I am running Linux-Mandrake 7.2 (installed from downloaded ISO) on an AMD 
Athlon based system with 128MB of RAM. I have the kernel sources installed 
and have successfully compiled a kernel.

I am trying to install netatalk following the instructions provided in the 
Netatalk HOWTO: <http://www.anders.com/projects/netatalk/>

I downloaded the source recommended :
<ftp://ftp.cobaltnet.com/pub/users/asun/release/netatalk-1.4b2+asun2.1.3.tar.gz>

Then "tar -xvzf"ed it into ~/src/

I obtained a couple of files from other software packages and placed them in 
~/src/netatalk-1.4b2+asun2.1.3/include, as specified in the HOWTO. The files 
were tcpd.h from TCP_Wrappers 7.6 and des.h from libdes.

A couple of steps in the HOWTO's instructions for editing the makefile 
mention PAM and shadow passwords. Both of these steps could be skipped if you 
have both PAM and shadow passwords. Near as I can tell this is true of 
Mandrake 7.2, am I correct? Anyhow, I did not change anything in the makefile.

When I run make I get the following output before make exits:

make[4]: Entering directory 
`/home/david/src/netatalk-1.4b2+asun2.1.3/etc/afpd'
gcc  -DNEED_QUOTACTL_WRAPPER   -DUAM_RNDNUM -O2 -fomit-frame-pointer 
-fsigned-char -Wunused -Wuninitialized
-I../../include   -I/usr/local/include   -DUSE_PAM -DAPPLCNAME   -c -o unix.o 
unix.c
In file included from unix.c:19:
auth.h:12: security/pam_appl.h: No such file or directory
make[4]: *** [unix.o] Error 1
make[4]: Leaving directory `/home/david/src/netatalk-1.4b2+asun2.1.3/etc/afpd'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/david/src/netatalk-1.4b2+asun2.1.3/etc/afpd'
make[2]: *** [afpd] Error 2
make[2]: Leaving directory `/home/david/src/netatalk-1.4b2+asun2.1.3/etc'
make[1]: *** [../../etc] Error 2
make[1]: Leaving directory 
`/home/david/src/netatalk-1.4b2+asun2.1.3/sys/linux'
make: *** [all] Error 2
[root@crank netatalk-1.4b2+asun2.1.3]#                                        
                              
The compleat output of make is available here just in case someone needs to 
see more of if: <http://www.mhtc.net/~lanelson/makeout.html>

Any ideas on what I need to do to make this compile would be much appreciated.

Thanks Much
David Nelson

Reply via email to