smbmount compile error
Urban Widmark
urban at teststation.com
Tue Feb 26 01:30:05 GMT 2002
On Fri, 22 Feb 2002, Irish wrote:
> Hello,
>
> I am using (essentially) slackware 7+, and when I try to compile 2.2.3a with
> "--with-smbmount" it fails with the following;
> client/smbmount.c: In function `close_our_files':
> client/smbmount.c:97: storage size of `limits' isn't known
> client/smbmount.c:99: `RLIMIT_NOFILE' undeclared (first use in this function)
Something seems to be wrong with your header files.
grep -r "struct rlimit" /usr/include
Where is it defined?
smbmount includes kernel headers (linux/ & asm/), and one explanation may
be that yours are missing or does not match the glibc version. Including
kernel headers is a bug.
/Urban
More information about the samba-technical
mailing list