are there any dependencies with linux kernel?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
akayong
Posts: 3
Joined: 2018-11-16T00:47:55-07:00
Authentication code: 1152

are there any dependencies with linux kernel?

Post 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?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: are there any dependencies with linux kernel?

Post by snibgo »

Are you serious? You installed IM v6.4.0? Why?
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: are there any dependencies with linux kernel?

Post 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.
akayong
Posts: 3
Joined: 2018-11-16T00:47:55-07:00
Authentication code: 1152

Re: are there any dependencies with linux kernel?

Post 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?
akayong
Posts: 3
Joined: 2018-11-16T00:47:55-07:00
Authentication code: 1152

Re: are there any dependencies with linux kernel?

Post 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".
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: are there any dependencies with linux kernel?

Post by snibgo »

An internet search for your error message suggests you should check you have only one version of IM installed.
snibgo's IM pages: im.snibgo.com
Post Reply