Install Help - RT2 + Apache 2 + RH8.0

Hi,

If you’re thinking I must be a sadomasochist for trying this, about now I’m
thinking you’re right. I’ve built a new install of Redhat 8.0 without any
webserver/httpd stuff. Built and installed Apache 2 and mod_perl - all seems
to be working well.

Now to install RT2, do a testdeps -fix and all goes well except
Apache::Cookie. It goes to do the install using CPAN, runs the install for
libapreq-1.0 then fails with

“Can’t locate mod_perl.pm in @INC” etc, etc

Do a “find” and mod_perl.pm is sitting in /usr/lib/perl5/…/Apache2/

So I edit the Makefile for libapreq to look in this location (by adding “use
lib qw(/usr/lib/…/Apache2);”)

Ok. Try to install from the build directory created by CPAN and this time
cannot locate Apache/MyConfig.pm

This time “find” cannot find this file anywhere.

My questions: anyone got RT2 to install on RH8.0? If so, how did you do it?
Anyone using RT2 with Apache2?

Any help or valium welcome.

Greg.

I had lots of trouble making it work with Apache 2.0. Apparently mod_perl
has changed a lot for that, or something. Could not make it go. I had to
install Apache 1.3 and used 2.0’s reverse proxy service to make it look
seamless.

– JohnOn Thu, Nov 07, 2002 at 11:14:59PM +1300, Greg Elisara wrote:

Hi,

If you’re thinking I must be a sadomasochist for trying this, about now I’m
thinking you’re right. I’ve built a new install of Redhat 8.0 without any
webserver/httpd stuff. Built and installed Apache 2 and mod_perl - all seems
to be working well.

Now to install RT2, do a testdeps -fix and all goes well except
Apache::Cookie. It goes to do the install using CPAN, runs the install for
libapreq-1.0 then fails with

“Can’t locate mod_perl.pm in @INC” etc, etc

Do a “find” and mod_perl.pm is sitting in /usr/lib/perl5/…/Apache2/

So I edit the Makefile for libapreq to look in this location (by adding “use
lib qw(/usr/lib/…/Apache2);”)

Ok. Try to install from the build directory created by CPAN and this time
cannot locate Apache/MyConfig.pm

This time “find” cannot find this file anywhere.

My questions: anyone got RT2 to install on RH8.0? If so, how did you do it?
Anyone using RT2 with Apache2?

Any help or valium welcome.

Greg.


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

John Goerzen jgoerzen@complete.org www.complete.org