Opened 17 years ago

Closed 17 years ago

#3005 closed defect (invalid)

Can't locate MythTV.pm

Reported by: dhighley@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Just pulled; svn co http://svn.mythtv.org/svn/trunk/mythextras/nuvexport. This is svnversion 12659. Did a make install and then tried to run: [dhighley@douglas movies]$ nuvexport-dvd -transcode Can't locate MythTV.pm in @INC (@INC contains: /usr/local/bin /usr/share/nuvexport /usr/local/share/nuvexport /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /usr/local/bin/nuvexport-dvd line 36. BEGIN failed--compilation aborted at /usr/local/bin/nuvexport-dvd line 36.

Found the several Perl modules did not get installed one of which is MythTV.pm

Change History (2)

comment:1 Changed 17 years ago by dhighley@…

Found there is another build step in the mythtv process where you need to build and install the Perl bindings: cd mythtv/bindings/perl perl Makefile.PL make make install

Fixed this issue. Please close this ticket.

comment:2 Changed 17 years ago by stuartm

Resolution: invalid
Status: newclosed

You can also configure with --with-bindings=perl

Note: See TracTickets for help on using tickets.