[rt-users] Install help

Max Bowsher maxb at ukf.net
Thu Nov 20 12:54:10 EST 2003


John Newhoff wrote:
> I looked through the list archives, but couldn't find anything
> specific to my installation problem.
> 
> I've reached the point of installing dependencies and the the install
> process stops during install of the www::mechanize module with errors
> regarding an old version of LWP::UserAgent. In trying to install the
> libwww-perl module, it says I need a more recent version of
> html::parser. I then installed the most recent version of that module
> available from CPAN, and tried the libwww-perl install again, but get
> the same error that my installed version of html::parser is too old -
> though the version number that it reports as installed is not the new
> version that I installed.

This command:
$ perl -MHTML::Parser -e 'print $INC{"HTML/Parser.pm"}."\n";'
will show you the file from which perl is loading HTML::Parser.

Perhaps the old version is before the new version in the Perl include path.
Look at the last section of `perl -v` to see what the include path is.

Max.




More information about the rt-users mailing list