View previous topic :: View next topic |
Author |
Message |
djpenguin
Joined: 29 Sep 2005 Posts: 3
|
Posted: Fri Sep 30, 2005 6:42 pm Post subject: Problems with xmltv |
|
|
Having some issues getting xmltv to compile, here's the error that's returned:
Code: | root@bucketheadwendy ~ # lin -rc xmltv
Checking dependencies for xmltv
Building xmltv
Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/lib/perl5/5.8.7/i686-linux-thread-multi /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl .) at lib/Ask/Term.pm line 9.
BEGIN failed--compilation aborted at lib/Ask/Term.pm line 9.
Compilation failed in require at Makefile.PL line 201.
Creating /var/log/lunar/compile/xmltv-0.5.39.bz2
! Problem detected during BUILD
|
Any thoughts or ideas? |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Fri Sep 30, 2005 9:58 pm Post subject: Term::ReadKey? |
|
|
try installing Term::ReadKey with CPAN, perhaps that helps. Should have been added as a lunar module I guess. |
|
Back to top |
|
 |
djpenguin
Joined: 29 Sep 2005 Posts: 3
|
Posted: Sat Oct 01, 2005 4:42 am Post subject: |
|
|
Thanks for the tip; I compiled CPAN successfully, but it doesn't seem to have fixed the problem.
Code: | Creating /var/log/lunar/compile/CPAN-1.76.bz2
Creating /var/log/lunar/install/CPAN-1.76
Creating /var/log/lunar/md5sum/CPAN-1.76
Creating /var/cache/lunar/CPAN-1.76-i686-pc-linux-gnu.tar.bz2
root@bucketheadwendy ~ # lin -rc xmltv
Checking dependencies for xmltv
Building xmltv
Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/lib/perl5/5.8.7/i686-linux-thread-multi /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl .) at lib/Ask/Term.pm line 9.
BEGIN failed--compilation aborted at lib/Ask/Term.pm line 9.
Compilation failed in require at Makefile.PL line 201.
Creating /var/log/lunar/compile/xmltv-0.5.39.bz2
! Problem detected during BUILD
|
Any other thoughts as to what might be causing this? Could it potentially be a PATH problem? |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Sat Oct 01, 2005 7:17 pm Post subject: *use* CPAN |
|
|
run cpan and do:
Code: | $ cpan
> install Term::Readkey |
|
|
Back to top |
|
 |
djpenguin
Joined: 29 Sep 2005 Posts: 3
|
Posted: Sat Oct 08, 2005 6:38 am Post subject: |
|
|
I tried it, but it doesn't seem to have fixed the problem:
Code: | root@bucketheadwendy ~ # lin -rc xmltv
Checking dependencies for xmltv
Building xmltv
Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/lib/perl5/5.8.7/i686-linux-thread-multi /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl .) at lib/Ask/Term.pm line 9.
BEGIN failed--compilation aborted at lib/Ask/Term.pm line 9.
Compilation failed in require at Makefile.PL line 201.
Creating /var/log/lunar/compile/xmltv-0.5.39.bz2
! Problem detected during BUILD
|
Any other ideas what might be going wrong? |
|
Back to top |
|
 |
|