[rt-users] Trying to install RT-2.0.13 w/ FastCGI...

Matt Disney matthew.disney at fedex.com
Fri May 24 17:12:41 EDT 2002


I was also experiencing this problem and it doesn't stop at testdeps. It
essentially fubars mason_handler.fcgi as well. Here's a snippet of my
apache errors_log:

SNIPSNIPSNIP
[Fri May 24 15:45:20 2002] [warn] FastCGI: server "/opt/rt/rt/bin/mason_handler.fcgi" restarted (pid 11004)
Can't locate mod_perl.pm in @INC (@INC contains: /opt/perl-5.6.1/lib/5.6.1/sun4-solaris /opt/perl-5.6.1/lib/5.6.1 /opt/perl-5.6.1/lib/site_perl/5.6.1/sun4-solaris /opt/perl-5.6.1/lib/site_perl/5.6.1 /opt/perl-5.6.1/lib/site_perl) at /opt/perl-5.6.1/lib/site_perl/5.6.1/HTML/Mason/FakeApache.pm line 8.
BEGIN failed--compilation aborted at /opt/perl-5.6.1/lib/site_perl/5.6.1/HTML/Mason/FakeApache.pm line 8.
Compilation failed in require at /opt/perl-5.6.1/lib/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm line 84.
BEGIN failed--compilation aborted at /opt/perl-5.6.1/lib/site_perl/5.6.1/HTML/Mason/ApacheHandler.pm line 84.
Compilation failed in require at /dev/fd/3 line 21.
BEGIN failed--compilation aborted at /dev/fd/3 line 21.
[Fri May 24 15:45:20 2002] [warn] FastCGI: server "/opt/rt/rt/bin/mason_handler.fcgi" (pid 11004) terminated by calling exit with status '2'
SNIPSNIPSNIP

It appears that there are still Mason dependencies on modperl. 

Based on information in the mason-devel list archives for this week, I
think that true fastcgi support is not in the current release.

So, the answer is to install only perl side of mod_perl: 
o	Download and unpack mod_perl from http://perl.apache.org
o	perl Makefile.PL NO_HTTPD=1
o	make
o	make test 
o	make install

That worked for me. Let me know if you see anything I've missed.

Matt

Phil Homewood writes:
>Peter Losher wrote:
>> Is there a way to get around this dependency, or do I still have to install 
>> mod_perl to satisfy the dependancy and just not use it? (I looked in the 
>> RT/FM Installation Guide, but there was no answer there)
>
>You _should_ just be able to ignore testdeps' complaint about mod_perl,
>as long as everything else passes, I'd imagine.
>
>_______________________________________________
>rt-users mailing list
>rt-users at 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
>




More information about the rt-users mailing list