SV: got a 500 promlem

not working I tryed yesterday, this is the error…:

  • quote - - - - - - - - - - - - - - - - - - - - - - - - -
    Warning: Cannot install CGI::Vars, don’t know what it is.
  • quote - - - - - - - - - - - - - - - - - - - - - - - - -
    -ulrik-

Did the original install CGI work?

Are you using the same perl in the script as gets run when you run the
cpan command?

Try re-running:

perl -MCPAN -eshell

(and at the prompt:)

install CGI

This is the same as running perl -MCPAN -e’install CGI’

Cut and paste the output into a message and send it to the list.On Fri, 6 Apr 2001, Ulrik Nielsen wrote:

Date: Fri, 6 Apr 2001 09:25:40 +0200
From: Ulrik Nielsen ulrikn@orangewebcompany.com
To: “‘rt-users@lists.fsck.com’” rt-users@lists.fsck.com
Subject: SV: [rt-users] got a 500 promlem…

not working I tryed yesterday, this is the error…:

  • quote - - - - - - - - - - - - - - - - - - - - - - - - -
    Warning: Cannot install CGI::Vars, don’t know what it is.
  • quote - - - - - - - - - - - - - - - - - - - - - - - - -
    -ulrik-

Jumping in… try:

perl -MCPAN -e’install CGI::Vars’

On Thu, 5 Apr 2001, Ulrik Nielsen wrote:

Thanks Jesse, but that did not solve the problem
…still getting the same error… :o(

-un-> ulrik nielsen

perl -MCPAN -e’install CGI’

On Thu, Apr 05, 2001 at 04:21:09PM +0200, Ulrik Nielsen wrote:

On Thu, 5 Apr 2001, Ulrik Nielsen wrote:

Undefined subroutine CGI::Vars


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Also send us the output of:

perl -MCGI -e ‘print “$CGI::VERSION\n”;’

You need 2.52 or higher. (The later the better)On Fri, 6 Apr 2001, Ulrik Nielsen wrote:

Date: Fri, 6 Apr 2001 09:25:40 +0200
From: Ulrik Nielsen ulrikn@orangewebcompany.com
To: “‘rt-users@lists.fsck.com’” rt-users@lists.fsck.com
Subject: SV: [rt-users] got a 500 promlem…

not working I tryed yesterday, this is the error…:

  • quote - - - - - - - - - - - - - - - - - - - - - - - - -
    Warning: Cannot install CGI::Vars, don’t know what it is.
  • quote - - - - - - - - - - - - - - - - - - - - - - - - -
    -ulrik-

Jumping in… try:

perl -MCPAN -e’install CGI::Vars’

On Thu, 5 Apr 2001, Ulrik Nielsen wrote:

Thanks Jesse, but that did not solve the problem
…still getting the same error… :o(

-un-> ulrik nielsen

perl -MCPAN -e’install CGI’

On Thu, Apr 05, 2001 at 04:21:09PM +0200, Ulrik Nielsen wrote:

On Thu, 5 Apr 2001, Ulrik Nielsen wrote:

Undefined subroutine CGI::Vars


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Got it to work.
The problem was that CPAN was out of date…

thanks.