LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   dvd::rip question (https://www.linuxquestions.org/questions/linux-software-2/dvd-rip-question-100582/)

MasterKin8T 10-05-2003 04:29 PM

dvd::rip question
 
Whenever I go to read the table of contents I get this error on the gui:

(ioaux.c) invalid filename or host "/dev/dvd"

However I do have a dvd drive, and it is configure correctly since I am able to watch DVD's from ogle. I dont have a dev called dvd, its called /dev/cdrom1. Should I try changing the name of cdrom1 to dvd or creating a new block device called dvd?

Thanks

acid_kewpie 10-05-2003 04:36 PM

always useful to crate an additional symlink to there, won't hurt.

btw... with *MY* program... http://acidrip.sf.net you can easily set it to whatever you want.

MasterKin8T 10-05-2003 04:47 PM

quick noob question, how do you create a symlink?

MasterKin8T 10-05-2003 04:52 PM

and where do i get mencoder?

megaspaz 10-05-2003 05:21 PM

su into root in a shell terminal and use this command:

ln -s /dev/cdrom1 /dev/dvd

xine and mplayer (and i think dvd::rip) all look by default for /dev/dvd.

mencoder search:

http://www.google.com/search?hl=en&i...=Google+Search

MasterKin8T 10-05-2003 05:47 PM

Acid, i keep getting this error when I have all dependecies installed:

Can't locate Glib.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at /usr/lib/perl5/site_perl/5.8.0/AcidRip/interface.pm line 2.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/AcidRip/interface.pm line 2.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.0/AcidRip/acidrip.pm line 8.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/AcidRip/acidrip.pm line 8.
Compilation failed in require at /usr/bin/acidrip line 14.
BEGIN failed--compilation aborted at /usr/bin/acidrip line 14.

Am I missing a perl complier of some sort?

acid_kewpie 10-06-2003 05:59 AM

are you the guy that emailed me?


looks like you don't have Glib-perl installed at all....

gérald.maricau 10-07-2003 04:29 PM

That's the problem Gtk2.pm can't be located.

I use SuSE 8.2 perl-Gtk-Perl version 0.7008-732 (wat seems to be the last version available on http://www.gtkperl.org/download.html)
rpm -ql perl-Gtk-Perl|grep Gtk2.pm => nothing is found

Any idea :confused:

Code:

# ./acidrip
Can't locate Gtk2.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at AcidRip/interface.pm line 1.
BEGIN failed--compilation aborted at AcidRip/interface.pm line 1.
Compilation failed in require at AcidRip/acidrip.pm line 8.
BEGIN failed--compilation aborted at AcidRip/acidrip.pm line 8.
Compilation failed in require at ./acidrip line 11.
BEGIN failed--compilation aborted at ./acidrip line 11.



All times are GMT -5. The time now is 01:55 AM.