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!

Yitzchak Schaffer
Systems Librarian
Touro College Libraries
33 West 23rd Street
New York, NY 10010
Tel (212) 463-0400 x230
Fax (212) 627-3197
[EMAIL PROTECTED]


Yitzchak Schaffer wrote:
When I make that change and restart Apache, I see the following in /var/logs/httpd-error.log:

[Wed Jan 16 02:25:33 2008] [notice] caught SIGTERM, shutting down
[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 [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...

Yitzchak Schaffer
Systems Librarian
Touro College Libraries
33 West 23rd Street
New York, NY 10010
Tel (212) 463-0400 x230
Fax (212) 627-3197
[EMAIL PROTECTED]


Matthew Seaman wrote:
Yitzchak Schaffer wrote:
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,


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: http://lists.bestpractical.com/pipermail/rt-users/2006-July/040411.html

        Cheers,

        Matthew

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


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

Reply via email to