I downloaded the dvdrip RPM package from http://packman.links2linux.org/index.php4?action=175&vn=2 for SuSE 10.1 and it installed just fine. When I try to run dvdrip from the command line I get the following: Can't locate Locale/TextDomain.pm in @INC (@INC contains: lib /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/bin/dvdrip line 21. BEGIN failed--compilation aborted at /usr/bin/dvdrip line 21. In other words, it's not finding "Locale::TextDomain" in the dvdrip script. (Running through the SuSE "start" menu doesn't do anything except fail out too.) Ideas as to how to get it to see the right files? Thanks! wmeler
On 2006-08-22 20:31:38 -0400 wmeler <wmeler@gmail.com> wrote:
In other words, it's not finding "Locale::TextDomain" in the dvdrip script. (Running through the SuSE "start" menu doesn't do anything except fail out too.)
No, you are missing the libintl-perl: http://search.cpan.org/~guido/libintl-perl-1.16/lib/Locale/TextDomain.pm package. Charles -- #ifdef STUPIDLY_TRUST_BROKEN_PCMD_ENA_BIT linux-2.4.0-test2/drivers/ide/cmd640.c
On Wednesday 23 August 2006 02:31, wmeler wrote:
I downloaded the dvdrip RPM package from http://packman.links2linux.org/index.php4?action=175&vn=2 for SuSE 10.1 and it installed just fine. When I try to run dvdrip from the command line I get the following:
Can't locate Locale/TextDomain.pm in @INC (@INC contains: lib /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/bin/dvdrip line 21. BEGIN failed--compilation aborted at /usr/bin/dvdrip line 21.
In other words, it's not finding "Locale::TextDomain" in the dvdrip script. (Running through the SuSE "start" menu doesn't do anything except fail out too.)
You need to install the Locale::TextDomain package (it's a Perl module). While i don't know the exact commands for doing so, you can find every Perl module you could possible want at http://cpan.perl.org -- ----- stephan@s11n.net http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts
On Wed, 2006-08-23 at 16:45 +0200, stephan beal wrote:
On Wednesday 23 August 2006 02:31, wmeler wrote:
I downloaded the dvdrip RPM package from http://packman.links2linux.org/index.php4?action=175&vn=2 for SuSE 10.1 and it installed just fine. When I try to run dvdrip from the command line I get the following:
Can't locate Locale/TextDomain.pm in @INC (@INC contains: lib /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at /usr/bin/dvdrip line 21. BEGIN failed--compilation aborted at /usr/bin/dvdrip line 21.
In other words, it's not finding "Locale::TextDomain" in the dvdrip script. (Running through the SuSE "start" menu doesn't do anything except fail out too.)
You need to install the Locale::TextDomain package (it's a Perl module). While i don't know the exact commands for doing so, you can find every Perl module you could possible want at http://cpan.perl.org
Tutorials for using CPAN are at http://www.perlmonks.org Enjoy! DT -- Dave Thacker, Senior Systems Administrator Omni Hotels Reservation Center V: 402.952.6535 F: 402-334-8013 M: 402-981-4613 (24/7)
* Dave Thacker <dthacker@omnicorporate.com> [08-24-06 13:25]:
On Wed, 2006-08-23 at 16:45 +0200, stephan beal wrote:
You need to install the Locale::TextDomain package (it's a Perl module). While i don't know the exact commands for doing so, you can find every Perl module you could possible want at http://cpan.perl.org
Tutorials for using CPAN are at http://www.perlmonks.org
WARNING: cpan is nice, but that install will not be known by your rpm system. Better getting the proper SUSE perl rpm. http://packman.inode.at/suse/10.1/./x86_64/perl-libintl-perl-1.16-0.pm.0.x86... contains /usr/lib/perl5/vendor_perl/5.8.8/Locale/TextDomain.pm DON'T screw up your rpm system with a lot of 'make install's and cpan installs. Get the proper packages or substitute checkinstall for 'make install' -- Patrick Shanahan Registered Linux User #207535 http://wahoo.no-ip.org @ http://counter.li.org HOG # US1244711 Photo Album: http://wahoo.no-ip.org/gallery2
participants (5)
-
Charles Philip Chan
-
Dave Thacker
-
Patrick Shanahan
-
stephan beal
-
wmeler