Page 1 of 1

are there any dependencies with linux kernel?

Posted: 2018-11-16T01:10:58-07:00
by akayong
I installed ImageMagick 6.4.0 with jmagick on two distinct linux server.

Linux Server A's kernel version is 2.6.32-696.10.1.el6.x86_64
and Server B's kernel version is 3.10.0-693.25.7.el7.x86_64

and all other things are same.

my java program works fine on Server A
but it doesn't work on Server B with magick.MagickException: Unable to retrieve handle.

Therefore, I'm wondered that are there any dependencies or effects with Linux Kernel version?

Re: are there any dependencies with linux kernel?

Posted: 2018-11-16T06:24:26-07:00
by snibgo
Are you serious? You installed IM v6.4.0? Why?

Re: are there any dependencies with linux kernel?

Posted: 2018-11-16T10:18:21-07:00
by fmw42
Your version is over 600 versions old. You definitely need to upgrade. The current version is 6.9.10.14. Where did you even find such an old version of ImageMagick.

Re: are there any dependencies with linux kernel?

Posted: 2018-11-18T17:07:27-07:00
by akayong
snibgo wrote: 2018-11-16T06:24:26-07:00 Are you serious? You installed IM v6.4.0? Why?
cuz, my old machine (server A) had installed 6.4.0
so I want to make it same on server B.
anyway are there any dependecies with kernel version?

Re: are there any dependencies with linux kernel?

Posted: 2018-11-18T17:10:10-07:00
by akayong
fmw42 wrote: 2018-11-16T10:18:21-07:00 Your version is over 600 versions old. You definitely need to upgrade. The current version is 6.9.10.14. Where did you even find such an old version of ImageMagick.
Yeap I know it is old version.
There are some reasons that I could not upgrade it.
and it was hard to find the same version with my old Server A
my question is "are there any dependencies?"
not "you need to upgrade".

Re: are there any dependencies with linux kernel?

Posted: 2018-11-18T17:34:35-07:00
by snibgo
An internet search for your error message suggests you should check you have only one version of IM installed.