configuring error, LWP::UserAgent not found

Support and queries relating to all previous versions of ZoneMinder
Locked
sugacapra
Posts: 48
Joined: Wed Jan 18, 2006 9:20 am
Location: Firenze, Italy

configuring error, LWP::UserAgent not found

Post by sugacapra »

is really strange,
appear that i can't pass on this requested perl module, someone have ideas of what modules i've to get?

i've taken many and none appear to satisfy the 1.22 zm installation

someone can address me to an URL where i can get the right module?


....
checking for avcodec_init in -lavcodec... yes
checking for av_new_stream in -lavformat... yes
checking for perl... perl
checking for perl version greater than or equal to 5.6.0... ok
checking for perl module Sys::Syslog... ok
checking for perl module DBI... ok
checking for perl module DBD::mysql... ok
checking for perl module Getopt::Long... ok
checking for perl module Time::HiRes... ok
checking for perl module Date::Manip... ok
checking for perl module LWP::UserAgent... no
configure: error: zm requires LWP::UserAgent
....

other useful info:
distro-> Slackware 10.1 with 2.6.15.1 kernel

note: the 1.20.4 install correctly i just want to try the 1.22, maybe the zmupdate can resolve the trouble?


thanks!
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

You can install that module through perl MCPAN.
Details are in the manual under Troubleshooting.

Regards,
Corey
sugacapra
Posts: 48
Joined: Wed Jan 18, 2006 9:20 am
Location: Firenze, Italy

Post by sugacapra »

dang!
:D
so, sorry for doing a stupid question. i must remember that late at night is not the right time to ask question :oops:

i'll presume you was really kind to not answer just rtfm ... :)

thanks again.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

No problem,
I try to give every one a few chances :wink: Not like I haven't done it myself :lol:
I try to atleast get everyone on the right track 8)

Cheers,
Corey
BrownieMan
Posts: 2
Joined: Tue Jun 06, 2006 7:51 pm

Post by BrownieMan »

the package that you need is libwww-perl, ot at least that is what it's name is in ubuntu. hope that helps.
Locked