Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 16351 invoked by uid 6000); 29 Oct 1999 22:10:06 -0000 Received: (qmail 16253 invoked by uid 2001); 29 Oct 1999 22:10:01 -0000 Received: (qmail 11493 invoked by uid 2012); 29 Oct 1999 22:03:46 -0000 Message-Id: <19991029220346.11492.qmail@hyperreal.org> Date: 29 Oct 1999 22:03:46 -0000 From: Marcus Doemling Reply-To: marcus@hotprize.com To: apbugs@hyperreal.org X-Send-Pr-Version: 3.2 Subject: mod_perl/5221: server doesn't start up, problem seems related to PerlRequire Sender: apache-bugdb-owner@apache.org Precedence: bulk >Number: 5221 >Category: mod_perl >Synopsis: server doesn't start up, problem seems related to PerlRequire >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Oct 29 15:10:01 PDT 1999 >Last-Modified: >Originator: marcus@hotprize.com >Organization: apache >Release: 1.3.9 >Environment: RedHat Linux 2.0.36, Perl 5.004_05 >Description: I upgraded from Apache/1.3.6 (Unix) mod_perl/1.19 to Apache/1.3.9 (Unix) mod_perl/1.21. I installed mod_perl and Apache the same way as the previous version. mod_perl is linked with DSO. Now the server doesn't start up. It does not give me ANY error message, not on the command prompt and not in the log files. When using 'apachectl start' it says 'apachectl start: httpd started', but it didn't start. I finally got it to start by removing a PerlRequire statement from httpd.conf. Then I found that it also starts with PerlRequire when the required file doesn't contain any 'use MODULE' statements. Also I recompiled apache 1.3.9 with the previous mod_perl I had (1.19) which did not change any of the behaviour. So I conclude that the problem is somewhere in apache. The Perl-required script works fine with the previous apache version. >How-To-Repeat: Here's how I compiled: $ cd mod_perl-1.21 $ perl Makefile.PL \ APACHE_SRC=/usr/lib/apache_1.3.9/src \ DO_HTTPD=1 \ USE_APACI=1 \ PREP_HTTPD=1 \ EVERYTHING=1 $ make $ make test $ make install and then $ cd apache_1.3.9 $ ./configure \ --prefix=/usr/lib/apache_1.3.9_bin \ --activate-module=src/modules/perl/libperl.a \ --enable-shared=perl \ --enable-module=most \ --enable-shared=max $ make $ make install >Fix: Unfortunately no. >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database 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! ]