Page 1 of 1

Compiling Imagemagick with different image libraries

Posted: 2011-03-30T00:17:53-07:00
by jvisu
Hi,

I'm trying to compile Imagemagick from source in my Linux machine by using different image libraries. That is my machine has different version of libraries. For example, I have my libtiff library in default path (/usr/lib/libtiff.so.3.9.2) and other version of libtiff library in my local path (/home/visu/work/lib/libtiff.so.5.0.3). I would like to use library from my local path instead of default path. Could you please suggest what should I set in configure command to use the library in selected path (for this case /home/visu/work/lib/libtiff.so.5.0.3).

Also what do I need to set when I need to test the imagemagick compiled binary in other machine.

Thanks in advance.

Regards
J.Visu

Re: Compiling Imagemagick with different image libraries

Posted: 2011-03-30T06:30:54-07:00
by magick

Re: Compiling Imagemagick with different image libraries

Posted: 2011-04-01T02:57:26-07:00
by jvisu
Hi

Thanks for the response. Setting the CFLAGS and LDFALGS with the local path worked for me.

Regards
J.Visu