Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by naveen800 »

Hi,

We have installed Libraries LIBTIFF (Version 4.0.4) on Solaris 10 for ImagaeMagick (ImageMagick 6.7.6-5) but I'm it was installed. When I check the below status.

-bash-3.2$ convert -list format
Format Module Mode Description
-------------------------------------------------------------------------------
3FR DNG r-- Hasselblad CFV/H3D39II
A* RAW rw+ Raw alpha samples

SVG SVG rw+ Scalable Vector Graphics (XML 2.6.23)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.6.23)
TEXT* TXT rw+ Text
TGA* TGA rw- Truevision Targa image
THUMBNAIL* THUMBNAIL -w+ EXIF Profile Thumbnail
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 3.9.5)
TIFF64* TIFF --- Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.5)
TILE* TILE r-- Tile image with a texture
TIM* TIM r-- PSX TIM
TTC* TTF --- TrueType font collection
)
Y* RAW rw+ Raw yellow samples
YCbCr* YCbCr rw+ Raw Y, Cb, and Cr samples
YCbCrA* YCbCr rw+ Raw Y, Cb, Cr, and alpha samples
YUV* YUV rw- CCIR 601 4:1:1 or 4:2:2

* native blob support
r read support
w write support
+ support for multiple images

can you please guide me with steps to install the libraties on how to install properly that would be much appreciated.

Here is the steps that I've followed and troubleshoot this issues:

1. Installed Libtiff 4.404 under /usr/local/libtiff
2. verified the status whether it was installed but it was not installed
3. Tried to locate the magick-baseconfig.h (for parameter verification MAGICKCORE_HAVE_TIFFISBIGENDIAN) file on /opt/app/opentext/MediaManagement/ImageMagick/include/ImageMagick/magick/ for the black and white tiff issues but couldn't locate.

Here is the Version information:

OS version - SunOS ew1segu5676 5.10 Generic_148888-05 sun4v sparc sun4v
ImageMagick version - ImageMagick 6.7.6-5


Thanks
Naveen
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by fmw42 »

I am not an expert on installation on Unix systems. But did you recompile IM after installing the new libtiff? I suspect Imagemagick needs to find it during the install. Was it installed in the same place IM is installed? Where is IM installed? If not /usr/local/, then the libtiff might not be found. Typically IM is installed either in /usr/local/bin or /usr/bin.

To find where IM is installed, type in a terminal window

Code: Select all

type -a convert 
or

Code: Select all

which -a convert
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by naveen800 »

I've not recomplied IM after installting new libtiff, can you please guide me with steps to recomplile the IM?

Here is the IM installed location:

-bash-3.2$ type -a convert
convert is /opt/app/opentext/MediaManagement/ImageMagick/bin/convert
convert is /usr/sfw/bin/convert

But Libtiff was installed in below location:
/usr/local/libtiff
with subfolders

total 10
drwxr-xr-x 2 otmm artesia 512 Apr 18 2012 bin
drwxr-xr-x 5 otmm artesia 512 Apr 18 2012 share
drwxr-xr-x 3 otmm artesia 512 Apr 18 2012 include
drwxr-xr-x 3 otmm artesia 512 Apr 18 2012 etc
drwxr-xr-x 4 otmm artesia 512 Apr 18 2012 lib
-bash-3.2$ pwd
/opt/app/opentext/MediaManagement/ImageMagick

Do I beed to copy all the folders to /opt/app/opentext/MediaManagement/ImageMagick/?

Thanks,
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by fmw42 »

convert is /opt/app/opentext/MediaManagement/ImageMagick/bin/convert
convert is /usr/sfw/bin/convert
You appear to have two different versions of Imagemagick installed. That itself can be problematic. Neither seems to be in the path for your libtif (/usr/local).

I think you need to install libtif where one or the other IM can find it and be sure you are calling the right Imagemagick by providing the correct path to it.

What do you get for the versions of Imagemagick from:

Code: Select all

/opt/app/opentext/MediaManagement/ImageMagick/bin/convert -version
and

Code: Select all

/usr/sfw/bin/convert -version

similarly for the version of TIFF

Code: Select all

/opt/app/opentext/MediaManagement/ImageMagick/bin/convert -list format
and

Code: Select all

/usr/sfw/bin/convert -list format
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by naveen800 »

Hi,

Yes your are correct, we have two version on IM,


-bash-3.2$ /opt/app/opentext/MediaManagement/ImageMagick/bin/convert -version
Version: ImageMagick 6.7.6-5 2012-04-16 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features:


-bash-3.2$ /usr/sfw/bin/convert -version
Version: ImageMagick 6.3.4 05/09/12 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by naveen800 »

And in both the IM version the Libtiff is not 4.0.4

-bash-3.2$ /opt/app/opentext/MediaManagement/ImageMagick/bin/convert -list format
Format Module Mode Description
-------------------------------------------------------------------------------
3FR DNG r-- Hasselblad CFV/H3D39II
A* RAW rw+ Raw alpha samples
AAI* AAI rw+ AAI Dune image
AI PDF rw- Adobe Illustrator CS2
ART* ART rw- PFS: 1st Publisher Clip Art
ARW DNG r-- Sony Alpha Raw Image Format

SUN* SUN rw+ SUN Rasterfile
SVG SVG rw+ Scalable Vector Graphics (XML 2.6.23)
SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.6.23)
TEXT* TXT rw+ Text
TGA* TGA rw- Truevision Targa image
THUMBNAIL* THUMBNAIL -w+ EXIF Profile Thumbnail
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 3.9.5)
TIFF64* TIFF --- Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.5)
TILE* TILE r-- Tile image with a texture
TIM* TIM r-- PSX TIM
TTC* TTF --- TrueType font collection
TTF* TTF --- TrueType font
p (color)
Y* RAW rw+ Raw yellow samples
YCbCr* YCbCr rw+ Raw Y, Cb, and Cr samples
YCbCrA* YCbCr rw+ Raw Y, Cb, Cr, and alpha samples
YUV* YUV rw- CCIR 601 4:1:1 or 4:2:2

* native blob support
r read support
w write support
+ support for multiple images



-bash-3.2$ /usr/sfw/bin/convert -list format
Format Module Mode Description
-------------------------------------------------------------------------------
A* RAW rw+ Raw alpha samples
ART* ART r-- PFS: 1st Publisher
Format originally used on the Macintosh (MacPaint?) and later used

SUN* SUN rw+ SUN Rasterfile
SVG* SVG rw+ Scalable Vector Graphics (XML 2.6.10)
SVGZ* SVG rw+ Compressed Scalable Vector Graphics (XML 2.6.10)
TEXT* TXT rw+ Text
TGA* TGA rw+ Truevision Targa image
THUMBNAIL* THUMBNAIL -w+ EXIF Profile Thumbnail
TIFF* TIFF rw+ Tagged Image File Format (LIBTIFF, Version 3.9.5)
TILE* TILE r-- Tile image with a texture
TIM* TIM r-- PSX TIM
TTC* TTF --- TrueType font collection

XC* XC r-- Constant image uniform color
XPM* XPM rw- X Windows system pixmap (color)
XV* VIFF rw+ Khoros Visualization image
Y* RAW rw+ Raw yellow samples
YCbCr* YCbCr rw+ Raw Y, Cb, and Cr samples
YCbCrA* YCbCr rw+ Raw Y, Cb, Cr, and opacity samples
YUV* YUV rw- CCIR 601 4:1:1 or 4:2:2

* native blob support
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by naveen800 »

Based on the these above IM versions results and Libtiff versions, As per your suggestion we would like to install in correct version.

Can you please guide me on which location to upgrade the Libtiff 4.0.4 and if you have any documents to uninstall and install IM can you please share us.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by fmw42 »

I am sorry, but I am not an expert on installation of IM or its delegates on Solaris or other Linux systems. Perhaps one of the IM developers can guide you further.
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by naveen800 »

Hi,

Do you have some time to discuss on our issues. Probably we can have screen share session and look into this.

Awaiting your positive response.

Thanks,
Naveen
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Libtiff 4.404 libraries installation issues on ImageMagick 6.7.6-5 on Solaris 10

Post by fmw42 »

I am not an expert on installation of Linux or Solaris. So you should try to get help from some one who knows Solaris.
Post Reply