Bug #349
myth.rebuilddatabase.pl
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | 12/31/1969 | |
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | 6.00.04 |
Description
myth.rebuilddatabase.pl failes with the following error
# /usr/share/mythtv/contrib/myth.rebuilddatabase.pl
Can't locate Time/Format.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.0 /usr/share/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl /usr/lib/perl5/current /usr/lib/perl5/site_perl/current .) at /usr/share/mythtv/contrib/myth.rebuilddatabase.pl line 55.
BEGIN failed--compilation aborted at /usr/share/mythtv/contrib/myth.rebuilddatabase.pl line 55
History
Updated by chrisj over 15 years ago
Due to the missing module after installing myth.rebuilddatabase.pl will work ok
wget http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Time-Format-1.02.tar.gz
tar zxvf Time-Format-1.02.tar.gz
cd Time-Format-1.02
sudo perl Makefile.pl
sudo make
sudo make install
cd ../
rm -f Time-Format-1.02
rm Time-Format-1.02.tar.gz
Updated by jams over 15 years ago
perl-time-format has been added to the repo. It also will now be installed with future mythtv updates.
Updated by jams almost 13 years ago
- Target version changed from 8.0 to 6.00.04