<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana"><small>Heh, fixed - in trying to set up mod_perl
earlier, I followed a howto that mentioned using taint mode - which
doesn't work with the Session modules.  Now all appears to be
shipshape.  Thanks for your help!</small><br>
<br>
</font>
<div class="moz-signature"><font face="Verdana" size="2">Yitzchak
Schaffer<br>
Systems Librarian<br>
Touro College Libraries<br>
33 West 23rd Street<br>
New York, NY 10010<br>
Tel (212) 463-0400 x230<br>
Fax (212) 627-3197<br>
<a class="moz-txt-link-abbreviated" href="mailto:yitzchas@touro.edu">yitzchas@touro.edu</a><br>
</font></div>
<font face="Verdana"><br>
<br>
Yitzchak Schaffer wrote:</font>
<blockquote cite="mid:478D2684.7060001@touro.edu" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <font face="Verdana" size="-1">When I make that change and
restart Apache, I see the following in /var/logs/httpd-error.log:<br>
  <br>
[Wed Jan 16 02:25:33 2008] [notice] caught SIGTERM, shutting down<br>
[Wed Jan 16 02:25:53 2008] [error] Insecure dependency in unlink while
running with -T switch at /usr/local/lib/perl5/5.8.8/File/Path.pm line
267.\nCompilation failed in require at (eval 6) line 1.\n<br>
[Wed Jan 16 02:25:53 2008] [error] Can't load Perl file:
/usr/local/rt3/bin/webmux.pl for server libtest.touro.edu:0, exiting...<br>
  <br>
  </font>
  <div class="moz-signature"><font face="Verdana" size="2">Yitzchak
Schaffer<br>
Systems Librarian<br>
Touro College Libraries<br>
33 West 23rd Street<br>
New York, NY 10010<br>
Tel (212) 463-0400 x230<br>
Fax (212) 627-3197<br>
  <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:yitzchas@touro.edu">yitzchas@touro.edu</a><br>
  </font></div>
  <font face="Verdana"><br>
  <br>
Matthew Seaman wrote:
  </font>
  <blockquote cite="mid:478D2044.2020309@thebunker.net" type="cite">
    <pre wrap=""><font face="Verdana">Yitzchak Schaffer wrote:
  </font></pre>
    <blockquote type="cite">
      <pre wrap=""><font face="Verdana">Greetings all --

I managed to get RT 3.6.5 running under FreeBSD 6.2, MySQL and Apache
2.2 with mod_perl via the rt36, mysql50-server, apache22, and mod_perl2
ports.  When I fire up Apache and login as root, I can follow links, but
I have to re-enter the login at each link.  I'm using Firefox 2.0.0.11
and IE6, and I see a cookie called RT_SID_......

I didn't encounter this problem when I installed from RT source under
Debian with comparable packages and config settings.  Any ideas?

Many thanks,

    </font></pre>
    </blockquote>
    <pre wrap=""><!----><font face="Verdana">
I have much the same setup you do -- I found this fix on the list:

ALTER TABLE sessions MODIFY a_session longblob ;

which worked for me.

See: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://lists.bestpractical.com/pipermail/rt-users/2006-July/040411.html">http://lists.bestpractical.com/pipermail/rt-users/2006-July/040411.html</a>

        Cheers,

        Matthew

  </font></pre>
  </blockquote>
</blockquote>
</body>
</html>