Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URI Module

Status
Not open for further replies.

aflores

Technical User
Aug 7, 2003
1
0
0
US
I am trying to install the LWP module. I get an error that the URI required module is not the correct version. I installed the correct version but I still get the same error.

Does anyone know if I need to remove the previous version first and the re-install the new version? If so, how do you remove a module?

Any help would be appreciated.

Thanks.

Alex
 
The easiest way to do this is use the CPAN module. I'm not sure if there are any differences using windows but for Linux type:

perl -MCPAN -e shell

and then at the new prompt...

install Bundle::LWP

and then...

quit

...when it's done. It should sort out all the dependancies and install all the correct prerequisistes for you.

Good Luck
--
Scott
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top