You are not logged in.

#1 2004-10-27 13:48:53

amb
Member
Registered: 2004-10-27
Posts: 24

dvdrip not finding ImageMagick [Solved]

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

#2 2004-11-01 15:52:29

amb
Member
Registered: 2004-10-27
Posts: 24

Re: dvdrip not finding ImageMagick [Solved]

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

#3 2004-12-26 20:49:46

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: dvdrip not finding ImageMagick [Solved]

thanks for posting your solution  big_smile

Offline

Board footer

Powered by FluxBB