Re: Error during mod_perl installation

2000-11-02 Thread Randy Kobes

On Wed, 1 Nov 2000, Fabio Albertin wrote:

 After my recent problems with Apaxhe::ASP, I decided to re-install mod
 perl, just to see if it actually installed the last time around. Now, I've
 gotten through the 1st step (Makefile.PL), but the make process seems
 to fail with the following error:
   from regcomp.c:5:
 /usr/include/bits/local_lim.h:27: linux/limits.h: No such file or
 directory
 
 It seems to me as though make can't find limits.h... Where can I tell it
 where limits.h can be found? Or how would I go about solving this problem
 otherwise?

On my system, /usr/include/linux is a symlink to
/usr/src/linux/include/linux, and /usr/src/linux itself
is a symlink to /usr/src/linux-2.x.x. Perhaps some
of these symlinks have disappeared from your system?
Or you don't have the linux sources with the includes?

best regards,
randy kobes




Error during mod_perl installation

2000-11-01 Thread Fabio Albertin

After my recent problems with Apaxhe::ASP, I decided to re-install mod
perl, just to see if it actually installed the last time around. Now, I've
gotten through the 1st step (Makefile.PL), but the make process seems
to fail with the following error:
from regcomp.c:5:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or
directory

It seems to me as though make can't find limits.h... Where can I tell it
where limits.h can be found? Or how would I go about solving this problem
otherwise?

Thanks.

Bye,

Fabio Albertin

[EMAIL PROTECTED]