LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-16-2017, 11:34 AM   #1
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
ImageMagick > Gwenview > digiKam


Recently I've noticed Gwenview cannot find the kipiplugins which are now part of digiKam, so I re-installed digiKam, but no luck.
So, I ran Gwenview from inside a terminal and when exiting the program it gave a series of errors that said it cannot find each plugin, for example,

Quote:
gwenview(11323) Gwenview::KIPIInterface::loadOnePlugin: Plugin from library "kipiplugin_expoblending" failed to load
gwenview(11323)/KIPI (loading) KIPI::PluginLoader::Info:lugin: Cannot create instance for plugin "RawConverter" ( "kipiplugin_rawconverter" ) with error: "Cannot load library /usr/lib64/kde4/kipiplugin_rawconverter.so: (libMagick++-6.Q16.so.6: cannot open shared object file: No such file or directory)"
So, I tried to run digiKam and the following error was generated,

Quote:
bash-4.4$ digikam
digikam: error while loading shared libraries: libMagick++-6.Q16.so.6: cannot open shared object file: No such file or directory
bash-4.4$
As mentioned, this was after re-installing fresh copies of each program, inclucing ImageMagick.
Any suggestions on how to fix this problem would be greatly appreciated.
Thanks.

Last edited by cwizardone; 03-16-2017 at 11:42 AM.
 
Old 03-16-2017, 11:49 AM   #2
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Did you check on your system to make sure libMagick++-6.Q16.so.6 actually exists and is a valid symlink to libMagick++-6.Q16.so.6.0.0? If so, did you make sure you installed the right package for your architecture? It should be in /usr/lib64 for x86_64, for example.
 
1 members found this post helpful.
Old 03-16-2017, 08:39 PM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
If you are running -current, when imagemagick gets a shared library bumped, you will need to rebuild digiKam to look for the correct library.
 
1 members found this post helpful.
Old 03-17-2017, 03:39 AM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
montagdude,
As willysr pointed out (Thank you, willysr), ImageMagick has had a version bump in -current, so it has "6.Q16.so.7", not "6.Q16.so.6."
As I only install digiKam to get the kipi-plugins, I re-installed a older version of ImageMagick and that took care of the problem.
Thank you for pointing me in the right direction.

Last edited by cwizardone; 03-17-2017 at 06:25 PM. Reason: Typo.
 
Old 03-17-2017, 04:54 AM   #5
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
I would recommend to rebuilt digiKam instead of downgrading imagemagick, since other packages are being rebuilt against newer imagemagick
 
1 members found this post helpful.
Old 03-17-2017, 06:47 AM   #6
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by cwizardone View Post
montagdude,
As willysr pointed out (Thank you, willysr), ImageMagick has had a version bump in -current, so it has "6.Q16.so.7", not "6.Q16.so.6."
As I only install digiKam to get the kipiplugins, I re-installed a older version of ImageMagick and that took care of the problem.
Thank you for pointing me in the right direction.
Glad I could be somewhat of help. I didn't realize you were running -current.
 
1 members found this post helpful.
Old 03-17-2017, 06:24 PM   #7
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
Quote:
Originally Posted by willysr View Post
I would recommend to rebuilt digiKam instead of downgrading imagemagick, since other packages are being rebuilt against newer imagemagick
Just tried that, three times, and each time it ended in an "unknown error" at the "plug-in_videoslideshow.moc."

Last edited by cwizardone; 03-17-2017 at 06:25 PM.
 
Old 03-17-2017, 07:14 PM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
since current now includes ffmpeg, if you have ffmpeg from SBo previously, it would be better to rebuilt ffmpeg, opencv, and then digikam in that order. That will link ffmpeg to the correct deps in your system, opencv will link to the correct ffmpeg, and digiKam will use the correct ffmpeg and opencv.
 
1 members found this post helpful.
Old 03-17-2017, 07:14 PM   #9
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
since current now includes ffmpeg, if you have ffmpeg from SBo previously, it would be better to rebuilt ffmpeg, opencv, and then digikam in that order. That will link ffmpeg to the correct deps in your system, opencv will link to the correct ffmpeg, and digiKam will use the correct ffmpeg and opencv.
 
1 members found this post helpful.
Old 04-09-2017, 03:20 PM   #10
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,095

Original Poster
Rep: Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272Reputation: 7272
With the recent version bumps the same problem with Gwenview has returned, but this time also includes jasper.
Perhaps, it would just be easier to rebuild Gwenview?
 
  


Reply



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
LXer: digiKam Recipes 5.0.1 Released and digiKam AppImage Package Coming LXer Syndicated Linux News 0 10-26-2016 04:30 PM
LXer: digiKam Quick Tip: Transfer Photos from digiKam Directly to a Mobile Device LXer Syndicated Linux News 0 01-23-2015 09:30 AM
No kipi Plugins in Digikam or Gwenview bogzab Slackware 3 07-12-2011 03:25 AM
install ImageMagick-6.5.1-2 & ImageMagick-devel-6.5.1.2 in red hat mokkai Linux - Enterprise 4 04-16-2009 12:04 PM
PSD (Photoshop) files won't load in Gwenview of DigiKam Cinematography Linux - Software 1 08-27-2007 04:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:22 AM.

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