[rt-users] Can't locate object method "Config" via package "RT" at /opt/rt4/sbin/rt-server

kjcsb kjcsb at yahoo.com
Tue Jan 3 19:58:47 EST 2012


Thanks. I fixed that but got the same issue.


<Location />
  Order allow,deny
  Allow from all

  SetHandler modperl
  PerlResponseHandler Plack::Handler::Apache2
  PerlSetVar psgi_app /opt/rt4/sbin/rt-server
</Location>
<Perl>
  use Plack::Handler::Apache2;
  Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
</Perl>

Starting httpd: Syntax error on line 12 of /etc/httpd/conf.d/rt4.conf:
Can't locate object method "Config" via package "RT" at /opt/rt4/sbin/rt-server line 94.\n\t(in cleanup) Error while loading /opt/rt4/sbin/rt-server: Can't locate object method "Config" via package "RT" at /opt/rt4/sbin/rt-server line 94.\n

Any further suggestions appreciated.




More information about the rt-users mailing list