[mythtv-users] MythWeather and scriptpath

Kevin Kuphal kuphal at dls.net
Wed Sep 12 18:50:01 UTC 2007


On 9/12/07, raptor jr <raptorjr at hotmail.com> wrote:
>
>  I'm running trunk and would like to test the new MythWeather. But all i
> get in the output of mythtv is:
>
> 2007-09-12 19:43:03.226 Can't locate MapSearch.pm in @INC (@INC contains:
> /usr/lib/perl5/5.8.6/i486-linux /usr/lib/perl5/5.8.6
> /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/perl5/site_perl/5.8.6
> /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl) at
> /usr/local/mythtv/share/mythtv/mythweather/scripts/maps.pl line 6.
> BEGIN failed--compilation aborted at
> /usr/local/mythtv/share/mythtv/mythweather/scripts/maps.pl line 6.
> atherÉ
> 2007-09-12 19:43:03.265 Error Running Script
>
> I do understand that perl is not looking for these files in the right
> location, but i dont know how to change that?
>
> Could anyone give me some help?
>

You are missing some required perl modules. On most modern systems, type:

cpan

and then

install MapSearch

and repeat with any other missing dependencies until the script runs.  If
"cpan" doesn't do anything, then run

perl -MCPAN -e 'shell'

which will.

Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20070912/eee4299b/attachment-0001.htm 


More information about the mythtv-users mailing list