>Number: 3331
>Category: mod_perl
>Synopsis: many problems encountered when installing mod_perl.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: apache
>State: open
>Class: sw-bug
>Submitter-Id: apache
>Arrival-Date: Mon Nov 2 00:40:00 PST 1998
>Last-Modified:
>Originator: [EMAIL PROTECTED]
>Organization:
apache
>Release: 1.3.3 + mod_perl 1.16
>Environment:
SunOS palo-alto 5.6 Generic i86pc i386
gcc. perl 5.00502.
>Description:
I tried to install mod_perl with apache and I encountered many problems to do
so.
I finally succeeded. The fix I needed:
(1) mod_perl looks for ../apaci but ../../apaci only exists.
fix: I added a symlink in src/modules/apaci -> ../apaci
(2) when compiling local headers require a -DMOD_PERL to be found, but
this macro was not defined. I added ' echo -DMOD_PERL' to apaci.
(3) When linking, the perl library and dynamic loader was missing.
I fixed MODULES definition in src/Makefile to add these 2 perl libs.
(4) When apache is built by mod_perl, 'make install' does not install
httpd and other specific apache files. One must go to the apache
tree and install it from there.
>How-To-Repeat:
Try to install mod_perl on my system.
>Fix:
Yes, fix the installation procedure.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED. This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig- ]
[nored unless you are responding to an explicit request ]
[from a developer. ]
[Reply only with text; DO NOT SEND ATTACHMENTS! ]