Using latest FC3 RPM on FC4 causes apache startup to fail

Heads up, there is a problem using the latest FC3 rpm on FC4 -- it seems the mod_perl rpm now only includes Apache2::Reload and the otrs.conf file demands Apache::Reload. It looks like the otrs code can handle either module, its just the apache configuration file that causes problems. If left unchanged apache fails with a message like this: [Tue Jan 24 16:04:10 2006] [error] Can't locate Apache/Reload.pm in @INC (@INC contains: ../../ /opt/otrs/Kernel/cpan-lib /opt/otrs/ /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6 . /etc/httpd) at (eval 82) line 3.\n Hope this helps. (BTW, the fix is simple, just change Apache::Reload to Apache2::Reload in two places in the otrs.conf file. --Steve

Stephen Ritter wrote:
Heads up, there is a problem using the latest FC3 rpm on FC4 -- it seems the mod_perl rpm now only includes Apache2::Reload and the otrs.conf file demands Apache::Reload.
It looks like the otrs code can handle either module, its just the apache configuration file that causes problems.
This was reported not too long ago. The rpm says it's for FC1-FC3, so yeah that's what it works with. Who creates these rpms by the way? I guess it would be pretty trivial to create an rpm that works with FC4 (or other systems using apache2). Nils.
participants (2)
-
Nils Breunese (Lemonbit Internet)
-
Stephen Ritter