<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Problems w/ Fresh Install of RT3.4.4</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>On a fresh install of Ubuntu Linux 5.10 server I am receiveing the following error when I access the webpage (servername/rt)<BR>
<BR>
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.<BR>
  context:   <BR>
...<BR>
  53:    Pg => 'Apache::Session::Postgres',<BR>
  54:   # Oracle => 'Apache::Session::Oracle',<BR>
  55:   ) unless $RT::WebSessionClass;<BR>
  56:   my $session_class = $RT::WebSessionClass || $backends{$RT::DatabaseType} || 'Apache::Session::File';<BR>
  57:   my $pm = "$session_class.pm"; $pm =~ s|::|/|g; require $pm;<BR>
  58:<BR>
  59:    # morning bug avoidance attempt -- pdh 20030815<BR>
  60:    unless ($RT::Handle->dbh && $RT::Handle->dbh->ping) {<BR>
  61:    $RT::Handle->Connect();<BR>
  ...<BR>
  code stack:    /opt/rt3/share/html/Elements/SetupSessionCookie:57<BR>
 /opt/rt3/share/html/autohandler:73<BR>
<BR>
<BR>
Any help would be greatly appreciated,<BR>
<BR>
Jonathan<BR>
</FONT>
</P>

</BODY>
</HTML>