Search found 4 matches

by jrajput
2011-03-31T09:51:27-07:00
Forum: Users
Topic: Undefined symbol : MagickCoreGenesis
Replies: 5
Views: 13137

Re: Undefined symbol : MagickCoreGenesis

Hi,

I just noticed something unusual. When I try to configure imagemagick on my alpha box..it prints something like this.

./configure
configuring ImageMagick 6.4.0
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc ...
by jrajput
2011-03-31T06:48:38-07:00
Forum: Users
Topic: Undefined symbol : MagickCoreGenesis
Replies: 5
Views: 13137

Re: Undefined symbol : MagickCoreGenesis

Hi anthony n all,

I cleaned my previous installation of imagemagick and jmagick by 'sudo make uninstall' from source directory and installed freshly. I used default installation directory for both. I can see shared files in /usr/local/lib/ directory.
ImageMagick 6.4.0 and JMagick 6.4.0.

Now when I ...
by jrajput
2011-03-31T02:14:10-07:00
Forum: Users
Topic: Undefined symbol : MagickCoreGenesis
Replies: 5
Views: 13137

Re: Undefined symbol : MagickCoreGenesis

Hi Anthony,

Thanks for reply and sorry for my late follow up.

To simplify testing, I have written a very simple program that is working on my alpha box but fails on all other boxes. My program is like this.

import magick.MagickImage;

public class JMagickTest {
public static void main(String ...
by jrajput
2011-03-28T04:35:54-07:00
Forum: Users
Topic: Undefined symbol : MagickCoreGenesis
Replies: 5
Views: 13137

Undefined symbol : MagickCoreGenesis

Hi all,

This is my first post to this forum. So kind of expecting help. Its urgently needed.

I am using ImageMagick 6.4.4 and JMagick 6.4.0 in my web application. I have these libraries present in my tomcat lib folder.

ImageMagick-ld-library-path
JMagick-ld-library-path
libJMagick-6.4.0.so ...