How do I fix this?

Can’t locate /opt/rt/etc/config.pm in @INC (@INC contains:
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 /opt/rt/lib) at /opt/rt/bin/rtmux.pl
line 20.
[Thu Dec 14 21:38:48 2000] [error] [client 129.21.122.129] Premature end
of script headers: /opt/rt/bin/cgi/webrt.cgi

This is coming from when I run webrt.cgi… and the pathname is correct…
there is a config.pm file there… so how would I fix this?

Brian Bonner

Can’t locate /opt/rt/etc/config.pm in @INC (@INC contains:
/usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 /opt/rt/lib) at /opt/rt/bin/rtmux.pl
line 20.
[Thu Dec 14 21:38:48 2000] [error] [client 129.21.122.129] Premature end
of script headers: /opt/rt/bin/cgi/webrt.cgi

This is coming from when I run webrt.cgi… and the pathname is correct…
there is a config.pm file there… so how would I fix this?

Who is the file owned by - I had this problem when I upgraded recently
changing it to owner rt fixed it:

-r-xr-x–x 1 rt rt 3510 Dec 12 12:05 config.pm

Paul