[mythtv-users] How to use tmdb.pl with MythVideo/MythWeb

Robert McNamara robert.mcnamara at gmail.com
Sun Apr 5 01:05:23 UTC 2009


On Sat, Apr 4, 2009 at 5:51 PM, Bobby Gill <bobbygill at rogers.com> wrote:
>> Michael
>>
>> You can send my dunce cap in the mail.. you were helping me try to get
>> tmdb.pl working, but I was installing it on the /backend/, not my FE.
>> *smacks self*. I just installed following the updated instructions on the
>> wiki and it has installed, however now I get this error dialog when looking
>> up in the FE:
>>
>> "Insecure dependency in require while running setgid at
>> /usr/share/mythtv/mythvideo/scripts/tmdb.pl line 23.
>> BEGIN failed--compilation aborted at
>> /usr/share/mythtv/mythvideo/scripts/tmdb.pl line 23.
>>
>> Check VideoManager Settings"
>>
>>
>> Thanks
>> Bob
>
> Oh, and I just tried it with -M from shell and it worked fine, giving a
> result for the query with no errors or anything.
>
> Bob
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>

Try editing tmdb.pl.  On the first line, change:

#!/usr/bin/perl -w

to

#!/usr/bin/perl -wU

Then try again.

Robert


More information about the mythtv-users mailing list