Hi Pamela,

I just installed mod_perl 1.24 on Suse with apache 1.3.12. I found the
complete
solution in the README.apaci in mod_perl. First of all I had to compile the
mod_perl
with a Makefile having some specific settings : EVERYTHING=1, DO_HTTP, ....
(generated
by perl Makefile.PL). Then I had to compile apache again with enable_module
for mod_perl.
In fact the readme.apaci explain it clearly ....

But perhaps your error is specific to the Linux release or kernel.

Regards.

Pamela O'Shea wrote:

> Hi, i am trying to install mod_perl-1.24 on a redhat linux 6.2 box with
> kernel 2.2.16-3 and apache 1.3.12. Somebody had previosly installed
> modperl into the httpd binary on this box but it was not fully working,
> i am assuming that the previous installation is causing the make errors.
> I cant find the orginal mod_perl source in this box so i downloaded the
> lastest and tried installing this, i also took any refernces of perl
> support out of http.conf and overwrote the httpd binary with a backup
> that didnt have the perl module support buit in, i  would like to know
> what i can do to solve this please. I get the following errors when i
> run make:
>
> (cd /usr/local/src/APACHE/apache_1.3.12 && make)
> make[1]: Entering directory `/usr/local/src/APACHE/apache_1.3.12'
> ===> src
> make[2]: Entering directory `/usr/local/src/APACHE/apache_1.3.12'
> make[3]: Entering directory `/usr/local/src/APACHE/apache_1.3.12/src'
> ===> src/regex
> make[4]: *** No rule to make target `regcomp.c', needed by `regcomp.o'.
> Stop.
> make[3]: *** [subdirs] Error 1
> make[3]: Leaving directory `/usr/local/src/APACHE/apache_1.3.12/src'
> make[2]: *** [build-std] Error 2
> make[2]: Leaving directory `/usr/local/src/APACHE/apache_1.3.12'
> make[1]: *** [build] Error 2
> make[1]: Leaving directory `/usr/local/src/APACHE/apache_1.3.12'
> make: *** [apaci_httpd] Error 2
>
> Thanks in advance,
>
> Regards.

Reply via email to