Re: [netatalk-admins] make of netatalk failed


Subject: Re: [netatalk-admins] make of netatalk failed
From: Peter Tebault (petert@icast.com)
Date: Wed Mar 04 1998 - 16:06:13 EST


The error is in the file /etc/afpd/unix.c, on line 63.

Change:
#include <sys/quota.h>

to:
#include <linux/quota.h>

Just a typo on someone's part, forgetting where quota.h is and that we're
still in an ifdef for linux.

-Pete-

KHOO Guan Chen wrote:

> Hi,
>
> I have RH 4.2 with kernel 2.0.32
>
> Recently, when I tried to compile netatalk-1.4b2.0a18.2, make failed with
> the error:
> unix.c:63: sys/quota.h : No such file or directory.
>
> I have commented out DESDIR=/usr/local in the Makefile before issuing
> make. I have also edited sys/linux/Makefile, changing the line
> #-DNEED_QUOTACTL_WRAPPER to "DNEED_QUOTACTL_WRAPPER=", but I still get
> the same error.
>
> Where have I gone wrong? The only quota.h file I can see is in
> /usr/src/linux/include/linux/quota.h
>
> Thanks
>
> Richard KHOO Guan Chen
> e-mail: khoogc@singnet.com.sg
> snail-mail: 38-A, Lorong 23, Geylang, Singapore 388372



This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:31:19 EST