Problems installing 64-current gimp.
by Johncc330 from LinuxQuestions.org on (#5JAFR)
After some strange adventures installing Virtualbox, involving installing multilib, I wanted to use GIMP. I got a message:
Code:Liblcms2 version mismatch!
GIMP was compiled against LittleCMS version 2.0, but the LittleCMS version found at runtime is only 2.9.
Somehow you or your software packager managed to install a LittleCMS that is older than what GIMP was built against.
Please make sure that the installed LittleCMS version is at least 2.0 and that headers and library match.pkg-config indeed reports version 2.9, but I don't understand the sentence 'but the LittleCMS version found at runtime is *only* 2.9'. Isn't 2.9 more than 2.0? ldd gimp reports it requires version 2 - no subversion. Shouldn't this work?
Update: Just downloaded the slackware package for gimp 10.24 (vs version 10.20 above), and now I get:
Code:GIMP was compiled against LittleCMS version 2.2, but the
LittleCMS version found at runtime is only 2.9.
Somehow you or your software packager managed
to install a LittleCMS that is older than what GIMP was
built against.
Please make sure that the installed LittleCMS version
is at least 2.2 and that headers and library match.So, still the same problem...


Code:Liblcms2 version mismatch!
GIMP was compiled against LittleCMS version 2.0, but the LittleCMS version found at runtime is only 2.9.
Somehow you or your software packager managed to install a LittleCMS that is older than what GIMP was built against.
Please make sure that the installed LittleCMS version is at least 2.0 and that headers and library match.pkg-config indeed reports version 2.9, but I don't understand the sentence 'but the LittleCMS version found at runtime is *only* 2.9'. Isn't 2.9 more than 2.0? ldd gimp reports it requires version 2 - no subversion. Shouldn't this work?
Update: Just downloaded the slackware package for gimp 10.24 (vs version 10.20 above), and now I get:
Code:GIMP was compiled against LittleCMS version 2.2, but the
LittleCMS version found at runtime is only 2.9.
Somehow you or your software packager managed
to install a LittleCMS that is older than what GIMP was
built against.
Please make sure that the installed LittleCMS version
is at least 2.2 and that headers and library match.So, still the same problem...