[rt-users] Has anyone gotten RT working under FC as installed from yum?

jmoseley at corp.xanadoo.com jmoseley at corp.xanadoo.com
Wed Jul 18 15:03:51 EDT 2007


As stated by several different folks, FCGID is a completely different
alternativie to Apache's mod_fastcgi.  You use one or the other.

No, fcgi.pm is not part of mod_fastcgi, etc.  It's one of many perl modules
that are required by RT.  From the error, it looks like this particular
perl module is not installed, or otherwise can't be found.

You *really* need to download the RT source and do a 'make testdeps' to see
if you have all the required perl modules installed.


James Moseley




                                                                           
             John Oliver                                                   
             <joliver at john-oli                                             
             ver.net>                                                   To 
             Sent by:                  rt-users at lists.bestpractical.com    
             rt-users-bounces@                                          cc 
             lists.bestpractic                                             
             al.com                                                Subject 
                                       Re: [rt-users] Has anyone gotten RT 
                                       working under FC as     installed   
             07/18/2007 01:42          from  yum?                          
             PM                                                            
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




On Wed, Jul 18, 2007 at 01:12:50PM -0500, jmoseley at corp.xanadoo.com wrote:
> One problem is that you did not provide Apache with the name of the
module
> and then the path to the module.  You need:
>
> LoadModule fcgid_module modules/mod_fcgid.so
>
> not just LoadModule fcgid_module...

Ahh thanks, that is helping me to proceed.

Isn't fcgid supposed to be instead of FastCGI?  I'm getting:

Can't locate FCGI.pm in @INC (@INC contains: /usr/local/lib/rt3/lib
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/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.8 /usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
/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.7 /usr/lib/perl5/vendor_perl/5.8.6
/usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at
/usr/lib/perl5/5.8.8/CGI/Fast.pm line 22.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.8/CGI/Fast.pm
line 22.
Compilation failed in require at /usr/sbin/mason_handler.fcgi line 55.
[Wed Jul 18 11:28:08 2007] [warn] (104)Connection reset by peer:
mod_fcgid: read data from fastcgi server error.
[Wed Jul 18 11:28:08 2007] [error] [client 192.168.2.231] Premature end
of script headers: mason_handler.fcgi
[Wed Jul 18 11:28:10 2007] [notice] mod_fcgid: process
/usr/sbin/mason_handler.fcgi(14882) exit(communication error),
terminated by calling exit(), return code: 2


And FCGI.pm seems to be part of FastCGI.  Do I still need to install
FastCGI?

--
***********************************************************************
* John Oliver                             http://www.john-oliver.net/ *
*                                                                     *
***********************************************************************
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales at bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com





More information about the rt-users mailing list