<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>--- On <b>Wed, 12/31/08, Joseph Spenner <i><joseph85750@yahoo.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Joseph Spenner <joseph85750@yahoo.com><br>Subject: Re: [rt-users] fixdeps errors: DBD::SQLite and DBIx::SearchBuilder<br>To: rt-users@lists.bestpractical.com<br>Date: Wednesday, December 31, 2008, 9:55 AM<br><br><div id="yiv877300433"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">Ruslan:<br>  Thanks for the tip.  Forcing SQLite succeeded, and 'make fixdeps' took care of the rest.  I think I'm almost there.<br>  My
 next/current problem is with FastCGI.  My rt-test-dependencies indicate it should work.  However, when I add these lines to my httpd.conf as described in the doc at http://wiki.bestpractical.com/view/FastCGIConfiguration:<br><br><span class="argument-content"><pre># Tell FastCGI to put its temporary files somewhere sane.<br>FastCgiIpcDir /tmp<br><br># Number of processes is tunable, but you need at least 3 or 4<br>FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4<br></pre></span><br>I get errors when trying to start apache:<br><br>"Invalid command 'FastCgiIpcDir', perhaps misspelled or defined by a module not included in the server configuration"<br><br>I'm using the
 apache which came standard on my slackware 12.2 distribution.<br><br></td></tr></tbody></table></div></blockquote>I believe I have figured it out.  I did the following:<br><br>downloaded http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz<br><br>compiled it:<br><br>root@tuxtrack:/space/rt-packages/mod_fastcgi-2.4.6# apxs -o mod_fastcgi.so -c *.c<br><br>copied it to a place where apache will find it:<br><br>root@tuxtrack:/space/rt-packages/mod_fastcgi-2.4.6# cp .libs/mod_fastcgi.so /usr/lib/httpd/modules/mod_fastcgi.so<br><br>Updated httpd.conf with the VirtualHost entry and FastCGI entries as described in the documentation, as well as added:<br><br>LoadModule fastcgi_module lib/httpd/modules/mod_fastcgi.so<br><br>Also had to add (to get rid of "Permission Denied" error):<br><br><Directory "/opt/rt3"><br>    Order allow,deny<br>    Allow from all<br></Directory><br><br>Looks good so far.<br><br>Thanks for
 listening!<br><br><br></td></tr></table><br>