LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dvdbackup error: burning video dvd (https://www.linuxquestions.org/questions/linux-newbie-8/dvdbackup-error-burning-video-dvd-252937/)

ksgill 11-09-2004 03:56 PM

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

acid_kewpie 11-09-2004 05:19 PM

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

ksgill 11-09-2004 05:57 PM

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.

acid_kewpie 11-10-2004 02:20 AM

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!

Braveheart1980 02-15-2005 08:17 AM

I am having the same problem with dvdbackup , even though i complied it from source!!!!!

ksgill 02-15-2005 09:47 AM

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!

Braveheart1980 02-15-2005 04:29 PM

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.

ksgill 02-15-2005 11:04 PM

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.

daihard 03-20-2006 02:16 PM

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.


All times are GMT -5. The time now is 07:47 AM.