LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   error while installing dvdrip (https://www.linuxquestions.org/questions/linux-desktop-74/error-while-installing-dvdrip-496109/)

SanchoP 10-27-2006 11:08 AM

error while installing dvdrip
 
Hello, I tried to install dvdrip-0.98.1 which is written in perl.
After installing all needed perl modules I type 'perl Makefile.PL', which works fine, then 'make test' and the following error interrupts my dream of dvdrip. I don't know what to do, please help.

Code:

PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Undefined subroutine &POSIX::setlocale called at blib/lib/Video/DVDRip/Config.pm line 657.
Compilation failed in require at (eval 6) line 3.
        ...propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
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.8.8/base.pm line 85.
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 25


fakie_flip 10-27-2006 01:26 PM

Check to see that you have all the requirements and your path has what is needed. If nothing works, you can download a binary and install from that.

http://www.exit1.org/dvdrip/doc/install.cipp#source_tgz

fakie_flip 10-27-2006 01:31 PM

I see some things about libs. Do you have the dependencies and libraries that it needs installed?

SanchoP 10-28-2006 04:07 AM

Thank you for your reply!

I checked all dependencies and libraries. You were right. But i still get a, slightly different, error message.

Code:

PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-Iblib/lib" "-Iblib/arch" test.pl
1..1
Undefined subroutine &POSIX::setlocale called at blib/lib/Video/DVDRip/Config.pm line 657.
Compilation failed in require at (eval 6) line 3.
        ...propagated at /usr/lib/perl5/5.8.8/base.pm line 85.
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.8.8/base.pm line 85.
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

Maybe something went wrong when I compiled and installed all the stuff needed (lame, ffmpeg, libdvdread, mpeg2dec, transcode, xvid4conf)

I got a lot of error messages during compiling ffmpeg. Do you expect this to be the reason? Because of transcode using ffmpeg and compiling without any error I don't think so.

fakie_flip 11-01-2006 08:56 AM

I'm not sure what the problem is. I usually have problems when compiling. Most of the time it is dependencies. A few times I could not compile because my computer's time was not being updated with a NTP time server. Have you checked to see that your path is right according to the directions at that website, you did everything at the website, and you are not forgetting any more dependencies? I still see more about libs.


All times are GMT -5. The time now is 05:56 PM.