[rt-users] Problems w/ Fresh Install of RT3.4.4
Todd Chapman
todd at chaka.net
Wed Nov 2 15:34:46 EST 2005
On Wed, Nov 02, 2005 at 03:26:13PM -0500, Jonathan Jesse wrote:
> On a fresh install of Ubuntu Linux 5.10 server I am receiveing the following error when I access the webpage (servername/rt)
>
> error: Can't locate Apache/Session/MySQL.pm in @INC (@INC contains: /opt/rt3/local/lib /opt/rt3/lib /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/apache2) at /opt/rt3/share/html/Elements/SetupSessionCookie line 57.
> context:
> ...
> 53: Pg => 'Apache::Session::Postgres',
> 54: # Oracle => 'Apache::Session::Oracle',
> 55: ) unless $RT::WebSessionClass;
> 56: my $session_class = $RT::WebSessionClass || $backends{$RT::DatabaseType} || 'Apache::Session::File';
> 57: my $pm = "$session_class.pm"; $pm =~ s|::|/|g; require $pm;
> 58:
> 59: # morning bug avoidance attempt -- pdh 20030815
> 60: unless ($RT::Handle->dbh && $RT::Handle->dbh->ping) {
> 61: $RT::Handle->Connect();
> ...
> code stack: /opt/rt3/share/html/Elements/SetupSessionCookie:57
> /opt/rt3/share/html/autohandler:73
>
Does "make testdeps" run without error?
More information about the rt-users
mailing list