I've tried two programs, Kmediagrab and dvd::rip, but have had problems with both. I'm using Fedora C5 64-bit. Can anyone help me get these running, or else recommend me something to rip my DVDs with?
Dvd::rip for example looks good, but I noticed a total absence of any help files with it! I did feel a little lost (haven't tried this before)
DVD::RIP installed ok, but when I tried to use it, I got this error:
Quote:
Error compiling lsdvd output: syntax error at (eval 86) line 211, at EOF
|
So I fiddled around with a few options and tried to get it to workaround the problem, and got this error instead:
Quote:
Job 'Reading TOC' failed.
Executed command: dvdrip-exec lsdvd -a -n -c -s -v -Op /dev/dvd 2>/dev/null && echo DVDRIP_SUCCESS
Last output was:
sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
|
Any ideas?
KMEDIAGRAB:
configured fine, but when I tried "make":
make all-recursive
make[1]: Entering directory `/usr/kmediagrab-0.3'
Making all in kmediagrab
make[2]: Entering directory `/usr/kmediagrab-0.3/kmediagrab'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -o kmediagrab -L/usr/lib -L/usr/lib64/qt-3.3/lib -R /usr/lib -R /usr/lib64/qt-3.3/lib -R /usr/lib convertfile.o grabdvd.o kmediagrab.o switchchannellist.o grabtv.o main.o kmediagrab.moc.o -lkio -lkio -lkdeui -lkdecore -lqt-mt -lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread -lresolv
g++: /usr/lib/libidn.so: No such file or directory
make[2]: *** [kmediagrab] Error 1
make[2]: Leaving directory `/usr/kmediagrab-0.3/kmediagrab'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/kmediagrab-0.3'
make: *** [all] Error 2
I managed to get kmediagrab working ok on suse 10 32bit, and I've checked as tO "libidn.so": I do have both the libidn and libidn-devel packages installed. Is there something in older versions of libidn that there isn't in newer versions that is needed for this to run?