LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-05-2003, 04:29 PM   #1
MasterKin8T
Member
 
Registered: Jul 2003
Location: Maryland
Distribution: Slackware 9.1
Posts: 56

Rep: Reputation: 15
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
 
Old 10-05-2003, 04:36 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 10-05-2003, 04:47 PM   #3
MasterKin8T
Member
 
Registered: Jul 2003
Location: Maryland
Distribution: Slackware 9.1
Posts: 56

Original Poster
Rep: Reputation: 15
quick noob question, how do you create a symlink?
 
Old 10-05-2003, 04:52 PM   #4
MasterKin8T
Member
 
Registered: Jul 2003
Location: Maryland
Distribution: Slackware 9.1
Posts: 56

Original Poster
Rep: Reputation: 15
and where do i get mencoder?
 
Old 10-05-2003, 05:21 PM   #5
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
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

Last edited by megaspaz; 10-05-2003 at 05:22 PM.
 
Old 10-05-2003, 05:47 PM   #6
MasterKin8T
Member
 
Registered: Jul 2003
Location: Maryland
Distribution: Slackware 9.1
Posts: 56

Original Poster
Rep: Reputation: 15
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?
 
Old 10-06-2003, 05:59 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
are you the guy that emailed me?


looks like you don't have Glib-perl installed at all....
 
Old 10-07-2003, 04:29 PM   #8
gérald.maricau
LQ Newbie
 
Registered: Oct 2003
Location: Belgium
Distribution: SuSE
Posts: 2

Rep: Reputation: 0
Talking

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

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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD AVI rip to DVD mooreted Mandriva 4 02-20-2005 08:57 AM
DVD::Rip and Burning to DVD lapthorn Linux - Software 4 10-19-2004 01:19 PM
DVD::RIP help please Giallo998 Linux - Software 3 11-25-2003 12:28 PM
Can't rip DVDs with dvd::rip Hammett Linux - Software 2 10-27-2003 08:35 AM
DVD rip Ctawp Linux - Software 17 08-20-2003 05:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration