You are not logged in.
Hi,
I'm having the following problems when trying to run dvdrip (0.50.18 ):
1 - Dependency check panel shows ImageMagick as missing.
I have ImageMagick 6.1.1 version instaled, and yes, the utilities ARE on the path (/usr/bin), and the perl binding is in: /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/
2 - I'm geting the following message on the shell prompt:
Tue Oct 26 01:05:53 2004 Gtk-WARNING **: Could not find the module in module_path: "libxfce.so", at /usr/lib/perl5/site_perl/5.8.5/Video/DVDRip/GUI/Main.pm line 48.
(Or something like this as part of message is in portuguese and I've translated to make sense to you)
I don't know Perl, but the line in question shows:
Gtk->init;
Could someone help me with this?
Armando
Offline
Fixed it!
dvdrip calls convert with option -version to get ImageMagick's version.
I've tried it manually and it returned the following error:
convert: error while loading shared libraries: libltdl.so.3
I've found this issue in Arch bug track:
http://bugs.archlinux.org/?do=details&id=1534
As stated there, previous version of ImageMagick installed its own libltdl, and it was removed on subsequent versions.
Just remove libtool (with no dependency check):
pacman -Rd libtool
and reinstalled it again.
Armando
Offline
thanks for posting your solution
Offline