we are installing php 4.x with apache 1.x.x on RHLinux 6.2.
After configuring the php with ./configure command, when we try to proceed to creating php executable by giving the make utility we are getting the following error messages.
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h :30,
from /usr/lib/gcc-glib/i386-redhat-linux/egcs-2.91.66/include/limits.h :117,
from /usr/lib/gcc-glib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h :7,
from /usr/lib/gcc-glib/i386-redhat-linux/egcs-2.91.66/include/limits.h :11,
from /usr/include/sys/param.h:23,
from php.h:229,
from language-parser.y:52:
/usr/include/bits/local_lim.h:27: linux/limits.h : No such file or directory
In file included from php.h : 229,
from language-parser.y:52:
/usr/include/sys/param.h:24: linux/limits.h: No such file or directory
/usr/include/sys/param.h:25: linux/param.h: No such file or directory
make : *** [language-parser.tab.o] Error 1
CAN ANYONE please HELP,