Re: rlim_t and DNS?

2001-02-05 Thread Vesselin Atanasov
Hello. Just edit lib/isc/unix/resource.c and find following line: "typedef quad_t rlim_t" replace it with "typedef unsigned long rlim_t" In my case I had also to #undef HAVE_LINUX_CAPABILITY_H in config.h after running ./configure This was enough for my libc5 machine. Regards, Vesselin Atanaso

Re: rlim_t and DNS?

2001-02-05 Thread Admin Mailing Lists
Yep, it is libc5. i have 1 glibc system and they both have the files you've mentioned. :( either i'll have to upgrade to glibc (no small task) or use 8.2.3 for now..the previous 8.2.2 series was compiling ok for me. Unless someone has a workaround i might try for 9? -Tony .-._.-._.-._.-._.-._.-.

Re: rlim_t and DNS?

2001-02-02 Thread Andreas Schwab
Peter Samuelson <[EMAIL PROTECTED]> writes: |> [Admin Mailing Lists] |> > i have no bits directory |> |> Really? What version of libc, and on what Linux distro? I thought all |> versions of glibc2 had /usr/include/bits/. No, it was introduced in glibc 2.0.5. Andreas. -- Andreas Schwab

Re: rlim_t and DNS?

2001-02-01 Thread Peter Samuelson
[Admin Mailing Lists] > i have no bits directory Really? What version of libc, and on what Linux distro? I thought all versions of glibc2 had /usr/include/bits/. If you are using libc4 or libc5, it is not surprising if the BIND people didn't notice the problem -- they probably didn't try it.

Re: rlim_t and DNS?

2001-02-01 Thread Admin Mailing Lists
On Fri, 2 Feb 2001, Bruce Harada wrote: > > The C file says BSD/OS is the only OS they found not to have rlim_t. > > Am I missing something? > > Where can i find this in linux? I looked in all the include > > files, including resource.h > > Are you sure you looked in ALL the include files? I se

Re: rlim_t and DNS?

2001-02-01 Thread Bruce Harada
On Thu, 1 Feb 2001 09:53:35 -0500 (EST) Admin Mailing Lists <[EMAIL PROTECTED]> wrote: > > Trying to compile bind 9.1.0 here. > Kernel is 2.2.18, gcc 2.7.2.1. > It failed trying to find the type for rlim_t. > The C file says BSD/OS is the only OS they found not to have rlim_t. > Am I missing some

rlim_t and DNS?

2001-02-01 Thread Admin Mailing Lists
Trying to compile bind 9.1.0 here. Kernel is 2.2.18, gcc 2.7.2.1. It failed trying to find the type for rlim_t. The C file says BSD/OS is the only OS they found not to have rlim_t. Am I missing something? Where can i find this in linux? I looked in all the include files, including resource.h For