[rt-users] CGI::Vars

Paul Reilly pareilly at tcd.ie
Tue Aug 29 11:07:14 EDT 2000


If it's giving that error, and it works via the command line then
something must have happened to your CGI::Vars.

Try a:

perl -e 'for (@INC) {printf "%d %s\n", $i++, $_  } '

to see where perl is looking for the various modules.

Then search these localtions for CGI.pm 
If you take a look in that file it'll tell you what version it is:

$CGI::VERSION='2.66';

I think you need CGI.pm > 2.53 for RT. 2.66 is the latest I think.

I suspect it is there, but your @INC array may not include a reference to
where it is, and as such the perl web interface is not working.

Good luck,

Paul






More information about the rt-users mailing list