LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-09-2004, 03:56 PM   #1
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Rep: Reputation: 45
Dvdbackup error: burning video dvd


Hi,
I am getting this error when I try to backup my video dvd:

linux:/usr/lib # dvdbackup -Mi /dev/hdb -o /home/gill/backup/
libdvdread: Using libdvdcss version 1.2.8 for DVD access
dvdbackup: error while loading shared libraries: dvdbackup: undefined symbol: UDFFindFile

Does anyone know how to fix this?

Thanks
 
Old 11-09-2004, 05:19 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
this looks like a missed dependency, i'd strongly advise compiling this from source and then one way or another this shouldn't be possible
 
Old 11-09-2004, 05:57 PM   #3
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
Alright, I downloaded and tried to install from the source and got this, where my libdvdread is in /usr/lib:

linux:/home/gill/dvdbackup/src # gcc -o dvdbackup -I /usr/lib/libdvdread/include -L /usr/lib/libdvdread/lib -ldvdread dvdbackup.c
/tmp/cc2N65s9.o(.text+0x354f): In function `DVDGetFileSet':
: undefined reference to `UDFFindFile'
/tmp/cc2N65s9.o(.text+0x35b9): In function `DVDGetFileSet':
: undefined reference to `UDFFindFile'
/tmp/cc2N65s9.o(.text+0x3614): In function `DVDGetFileSet':
: undefined reference to `UDFFindFile'
/tmp/cc2N65s9.o(.text+0x3768): In function `DVDGetFileSet':
: undefined reference to `UDFFindFile'
/tmp/cc2N65s9.o(.text+0x3806): In function `DVDGetFileSet':
: undefined reference to `UDFFindFile'
/tmp/cc2N65s9.o(.text+0x38b6): more undefined references to `UDFFindFile' follow
collect2: ld returned 1 exit status

I also tried this command:

gcc -o dvdbackup -I /usr/lib/include -L /usr/lib/lib -ldvdread dvdbackup.c

but I got the same error again. Is there no other option but to use dvdbackup? If i just drag and drop both folders from my dvd, would that work. Many thanks acid_kewpie.. keep up the good work.

Last edited by ksgill; 11-09-2004 at 05:59 PM.
 
Old 11-10-2004, 02:20 AM   #4
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
hmm, ok well i'd only really be left thinking you're either not inlucding everything you should be OR you have a different set of headers to the actual library version of libdvdread...

should've stuck with acidrip!
 
Old 02-15-2005, 08:17 AM   #5
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
I am having the same problem with dvdbackup , even though i complied it from source!!!!!
 
Old 02-15-2005, 09:47 AM   #6
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
It worked for me when I used DVD shrink, I couldnt get any linux native DVD ripping program to work on my machine after two days of work. DVD shrink is a windows programs that works perfectly with wine and it took me 10 mins to get that going. Good Luck!
 
Old 02-15-2005, 04:29 PM   #7
Braveheart1980
Member
 
Registered: Jan 2004
Location: Greece!
Distribution: Ubuntu 9.10
Posts: 633
Blog Entries: 1

Rep: Reputation: 30
Question

Quote:
Originally posted by Jatt_thugz
It worked for me when I used DVD shrink, I couldnt get any linux native DVD ripping program to work on my machine after two days of work. DVD shrink is a windows programs that works perfectly with wine and it took me 10 mins to get that going. Good Luck!
How did u manage to get dvdshrink working 100% under suse? I would really be interested.
 
Old 02-15-2005, 11:04 PM   #8
ksgill
Senior Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Ubuntu Jaunty (9.04)
Posts: 1,044

Original Poster
Rep: Reputation: 45
download it and you need to change configuration settings for wine in order to make it run.. check the message boards. .. I dont remember exactly as it has been a while.
 
Old 03-20-2006, 02:16 PM   #9
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
The latest version of libdvdread (0.9.5) has a bug that causes the problem with "UDFFindFile" not found. I downloaded and compiled 0.9.4 from the source. The problem is gone.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
A question about burning video files to dvd. Rick069 Mandriva 8 11-16-2005 11:59 PM
Burning DVD-video, only 35 minutes is ok pingu Linux - Software 5 06-06-2005 03:26 AM
Burning video dvd - vob files? ksgill Linux - Newbie 3 03-23-2005 03:07 PM
Problems burning video dvd Inexactitude Linux - General 2 03-01-2004 11:18 AM
DVD video burning Inexactitude Linux - Software 4 02-23-2004 07:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:50 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