[Webdev] apache install error
Dave Burke
dave at compsoc.com
Thu Sep 21 15:35:10 IST 2000
It's looking to find limits.h from within your kernel src tree. From
/usr/include/bits/local_lim.h, line 27:
/* The kernel sources contain a file with all the needed information. */
#include <linux/limits.h>
On my local machine, limits.h is in
usr/src/linux-2.2.16/include/linux/limits.h
You prob just need to go into /usr/src and make sure the linux symlink in
that dir, is pointing to a directory that has an include directory in it
with the kernel include files.
Well thats what it looks like to me anyways.....
Dave
On Thu, 21 Sep 2000, It appears SP K said.......
> Hi all, I am having the following errors when i try to
> install apache1.3.12 on a redhat6.2 custom install
> machine: It looks like i am missing a library or
> somthing ? What do i need to install so i can get past
> this error please ?
>
> ./configure - works
> make : gives the following errors :
>
> /usr/include/bits/local_lim.h:27: linux/limits.h: No
> such file or directory
> make[3]: *** [regcomp.o] Error 1
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory
> `/usr/local/src/apache/apache_1.3.12/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory
> `/usr/local/src/apache/apache_1.3.12'
> make: *** [build] Error 2
>
> Regards,
> Sean P. Kelly
>
> ____________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
> or your free @yahoo.ie address at http://mail.yahoo.ie
>
> _______________________________________________
> Webdev mailing list
> Webdev at linux.ie
> http://www.linux.ie/mailman/listinfo/webdev
>
More information about the Webdev
mailing list