<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm getting a constant segfault error 4 in libc-2.11.2.so with the configuration given in the subject line. I've read the lists and found this thread : <a href="http://www.gossamer-threads.com/lists/rt/users/97348?do=post_view_threaded#97348">http://www.gossamer-threads.com/lists/rt/users/97348?do=post_view_threaded#97348</a><div><br></div><div>I want to configure fast-cgi but the examples given in the thread don't get me there. I've also read the mod-fcgid docs and I can get fast-cgi to work but then it bombs with that it can't read the <a href="http://webmux.pl">webmux.pl</a> file in /opt/rt3/bin. </div><div><br></div><div>I even uninstalled the RPM packages and manually installed Apache2 and mod_perl but it still is segfaulting.</div><div><br></div><div>I configured RT with the following configure line:</div><div><br></div><div>./configure --with-apachectl=/usr/sbin/apache2ctl --with-web-user=wwwrun --with-web-group=www --with-rt-group=rt</div><div><br></div><div>My Apache config for my virtual host looks like:</div><div><br></div><div><div><VirtualHost x.x.x.x></div><div> ServerName <a href="http://rt.example.com">rt.example.com</a></div><div><br></div><div> DocumentRoot /opt/rt3/share/html</div><div> AddDefaultCharset UTF-8</div><div><br></div><div> # optional apache logs for RT</div><div> ErrorLog /var/log/apache2/rt3-error_log</div><div> TransferLog /var/log/apache2/rt3-access_log</div><div><br></div><div> AddHandler fastcgi-script fcgi</div><div><br></div><div> PerlRequire "/opt/rt3/bin/webmux.pl"</div><div><br></div><div> <Location /NoAuth/images></div><div> SetHandler default</div><div> </Location></div><div><br></div><div> <Location /></div><div> SetHandler fastcgi-script</div><div> </Location></div><div><br></div><div> <Directory /opt/rt3/share/html></div><div> Options FollowSymLinks</div><div> AllowOverride None</div><div><br></div><div> Order allow,deny</div><div> Allow from all</div><div> </Directory></div><div><br></div><div> ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/</div><div><br></div><div> <Directory /opt/rt3/bin></div><div> Options +ExecCGI</div><div> AllowOverride None</div><div> </div><div> Order allow,deny</div><div> Allow from all</div><div> </Directory></div><div></VirtualHost></div></div><div><br></div><div>Hopefully I'm just missing something. I wish mod_perl would just work but all I need is RT to work using mod_perl or mod_fcgid. Any ideas?</div><div><br></div><div>Thanks,</div><div><br></div><div>Mike</div></body></html>