[mythtv-users] MythWeather and scriptpath

Joe Ripley vitaminjoe at gmail.com
Wed Sep 12 20:53:24 UTC 2007


On 9/12/07, raptor jr <raptorjr at hotmail.com> wrote:

> 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 won't find MapSearch.pm in CPAN, it's a module included in
MythWeather itself.  The problem you're having is that the current
directory (i.e. '.') is not in your include path (@INC array).

You are probably running mythfrontend as suid root.  Doing so forces
PERL to operate in taint-check mode which removes '.' from the @INC
path.  See:

http://www.gossamer-threads.com/lists/mythtv/users/288451

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-users mailing list