<br>
Hi folks.<br>
<br>
I need to get RT working.<br>
<br>
The problem(s) I'm encountering is with getting apache to run RT.<br>
<br>
I've tried to do it via mod_perl, fcgid and fastcgi, but none of them seem to be working for me.<br>
<br>
With mod_perl, I get that index.html that says "You're almost
there".  I'm pretty sure I have mod_perl built into my apache
statically though, because the apache error log says I have mod_perl
when I stop and start apache.<br>
<br>
With fcgid, I get an error when I try to start apache:<br>
# /usr/local/apache2/bin/apachectl start<br>
Syntax error on line 35 of /usr/local/apache2/conf/extra/httpd-Request-Tracker-fastcgi:<br>
Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a module not included in the server configuration<br>
<br>
WIth fastcgi, I get an error when I try to build it:<br>
/usr/local/apache2/build/libtool --silent --mode=compile gcc
-prefer-pic   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE -g -O2 -pthread
-I/usr/local/apache2/include 
-I/usr/local/apache2/include  
-I/usr/local/apache2/include   -c -o mod_fastcgi.lo
mod_fastcgi.c && touch mod_fastcgi.slo<br>
mod_fastcgi.c: In function `init_module':<br>
mod_fastcgi.c:270: error: `ap_null_cleanup' undeclared (first use in this function)<br>
mod_fastcgi.c:270: error: (Each undeclared identifier is reported only once<br>
mod_fastcgi.c:270: error: for each function it appears in.)<br>
<br>
I'm using apache 2.2.3, perl 5.8.8, mod_perl 2.0.2, fcgid 1.10, and
fastcgi 2.4.2.  This is an on Redhat Enterprise 4 system.<br>
<br>
Anyone have any suggestions?<br>
<br>
Thanks!<br>
<br>