[rt-users] LogDispatch error

John Gedeon jgedeon at qualcomm.com
Thu Aug 21 15:02:09 EDT 2003


Hi i have just setup rt3.0.4 with mysql and apache 1.3.27 and mod_perl 
1.28. I have configured apache virtualhost just like it says in the RT3 
docs and below are my RT_SiteConfig.pm. Yet while rt is running i get

    "unix passed to setlogsock, but path not available at 
/opt/rt/perl/lib/site_perl/5.8.0/Log/Dispatch/Syslog.pm line 66"  how do I 
fix that?

    Also there is a broken image in the upper lefthand corner how do I fix 
that?


-----
RT conf in httpd.conf
<VirtualHost XXX.XXX.XXX.XXX>
  ServerName rt.example.com
  DocumentRoot /opt/rt/rt3/share/html
  AddDefaultCharset UTF-8

  PerlModule Apache::DBI
  PerlRequire /opt/rt/rt3/bin/webmux.pl

  <Location />
   SetHandler perl-script
   PerlHandler RT::Mason
  </Location>
</VirtualHost>


-----
RT_SiteConfig.pm
Set($rtname , "qctengdev");
Set($Organization , "qualcomm.com");
Set($Timezone , 'US/Pacific');
Set($OwnerEmail , 'rt.qct.admin at qualcomm.com');
Set($CorrespondAddress , 'rt at qualcomm.com');
Set($CommentAddress , 'rtcom at qualcomm.com');
Set($MailCommand , 'sendmail');
Set($SendmailArguments,"-oi -t -ODeliveryMode=b -OErrorMode=m");
Set($SendmailPath , "/usr/lib/sendmail");
Set($DateDayBeforeMonth , 0);
1;



--
<>< Proverbs 3:5-6 "Trust in the Lord with all your heart and lean not on 
your own understanding;
                               in all your ways acknowledge him, and he 
will make your paths straight."




More information about the rt-users mailing list