<br><div><span class="gmail_quote">On 9/12/07, <b class="gmail_sendername">raptor jr</b> &lt;<a href="mailto:raptorjr@hotmail.com">raptorjr@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
I&#39;m running trunk and would like to test the new MythWeather. But all i get in the output of mythtv is:<br><br>2007-09-12 19:43:03.226 Can&#39;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.
<br>BEGIN failed--compilation aborted at /usr/local/mythtv/share/mythtv/mythweather/scripts/maps.pl line 6.<br>atherÉ<br>2007-09-12 19:43:03.265 Error Running Script<br><br>I do understand that perl is not looking for these files in the right location, but i dont know how to change that?
<br><br>Could anyone give me some help?<br></div></blockquote></div><br>You are missing some required perl modules. On most modern systems, type:<br><br>cpan<br><br>and then<br><br>install MapSearch<br><br>and repeat with any other missing dependencies until the script runs.&nbsp; If &quot;cpan&quot; doesn&#39;t do anything, then run
<br><br>perl -MCPAN -e &#39;shell&#39;<br><br>which will.<br><br>Kevin<br>