Bug 37611 - Conflict with apache and mod_perl
Summary: Conflict with apache and mod_perl
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: apache
Version: 7.1
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-25 12:03 UTC by Gary McMeekin
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-21 10:01:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Gary McMeekin 2001-04-25 12:03:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)


Installing apache-1.3.19-5.i386.rpm and  mod_perl-1.24_01-2.i386.rpm. Both 
install OK, but the apache daemon cannot be started. Error log says:

Found: /usr/lib/perl5/5.6.0/i386-linux/Apache.pm
Found: /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm
Apache.pm version 1.27 required!
/usr/lib/perl5/5.6.0/i386-linux/Apache.pm is version 1.26
Perhaps you forgot to 'make install' or need to uninstall an old version?

Uninstalling mod_perl means daemon can start.

Reproducible: Always
Steps to Reproduce:
1. Install apache 
2. Install mod_perl
3. Start httpd daemon
4. Should fail
	

Actual Results:  daemon did not start

Comment 1 Nalin Dahyabhai 2001-07-24 19:29:00 UTC
This appears to be fixed in Raw Hide (Apache 1.3.20-7, mod_perl 1.24_01-3), with
the server started so as to load mod_perl, and with "PerlRequire
/usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm" added to the configuration
file (restarted, verified mod_perl present in Server: header of response).


Note You need to log in before you can comment on or make changes to this bug.