dvdrip won't compile under Fedora 9
Mark Alford <[email protected]> Sun, 7 Dec 2008 13:45:09 -0600 (CST)
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
I downloaded dvdrip-0.98.9 and tried to compile it.
Here's what I got:
make test
....
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Undefined subroutine &POSIX::setlocale called at
blib/lib/Video/DVDRip/Config.pm line 687.
Compilation failed in require at (eval 7) line 3.
...propagated at /usr/lib/perl5/5.10.0/base.pm line 93.
BEGIN failed--compilation aborted at blib/lib/Video/DVDRip/GUI/Base.pm
line 14.
Compilation failed in require at (eval 1) line 3.
...propagated at /usr/lib/perl5/5.10.0/base.pm line 93.
BEGIN failed--compilation aborted at blib/lib/Video/DVDRip/GUI/Main.pm
line 15.
Compilation failed in require at test.pl line 34.
BEGIN failed--compilation aborted at test.pl line 34.
not ok 1
make: *** [test_dynamic] Error 255