Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

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
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by naveen800 »

Hi,

I'm trying to find the document to upgrade the Libtiff 4.0.4 libraries on Solaris 10 for ImagaeMagick (ImageMagick 6.7.6-5). Currently in our OS (solaris) we have two version installed Imagemagick, So I'm planning to uninstall the ImageMagick 6.3.4 version from /usr/sfw/bin/ (Can you please guide me/provide the steps to uninstall IM) and then upgrade Libtiff 4.0.4 (currently we have LIBTIFF, Version 3.9.5).

Please guide me to uninstall the IM and upgrade the LIBtiff version.


-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


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


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

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by fmw42 »

Best I can suggest is to read http://www.imagemagick.org/script/advan ... lation.php. See make uninstall. Read the libtiff installation file and point the install to where you have imagemagick.
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

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: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

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.
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by naveen800 »

I'm not able to uninstall, here is the step that I followed

-bash-3.2$gzip -d ImageMagick.tar.gz
-bash-3.2$tar -xvf ImageMagick.tar
-bash-3.2$cd ImageMagick-6.9.3-7/
-bash-3.2$./configure
-bash-3.2$ make uninstall
-bash: make: command not found
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by fmw42 »

when you cd to ImageMagick-6.9.3-7, is there anything there? what do you get from the ls command?

try

Code: Select all

sudo make uninstall
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by naveen800 »

/otmm/home/ImageMagickTest/ImageMagick-6.9.3-7
bash-3.2# ls -ltr
total 6056
-rwxr-xr-x 1 otmm dpg 1791 Mar 6 09:20 winpath.sh
-rw-r--r-- 1 otmm dpg 1704 Mar 6 09:20 version.sh
drwxr-xr-x 2 otmm dpg 512 Mar 6 09:20 scripts
-rwxr-xr-x 1 otmm dpg 1568 Mar 6 09:20 magick.sh.in
drwxr-xr-x 4 otmm dpg 1536 Mar 6 09:20 images
-rwxr-xr-x 1 otmm dpg 126954 Mar 6 09:20 configure.ac
-rw-r--r-- 1 otmm dpg 889 Mar 6 09:20 common.shi.in
-rw-r--r-- 1 otmm dpg 5715 Mar 6 09:20 README.txt
-rw-r--r-- 1 otmm dpg 4438 Mar 6 09:20 QuickStart.txt
-rw-r--r-- 1 otmm dpg 6518 Mar 6 09:20 Platforms.txt
-rw-r--r-- 1 otmm dpg 12019 Mar 6 09:20 NOTICE
-rw-r--r-- 1 otmm dpg 22 Mar 6 09:20 NEWS.txt
-rw-r--r-- 1 otmm dpg 11503 Mar 6 09:20 Makefile.am
-rwxr-xr-x 1 otmm dpg 10284 Mar 6 09:20 Magickshr.opt
-rw-r--r-- 1 otmm dpg 12446 Mar 6 09:20 LICENSE
-rw-r--r-- 1 otmm dpg 17405 Mar 6 09:20 Install-windows.txt
-rw-r--r-- 1 otmm dpg 1144 Mar 6 09:20 Install-vms.txt
-rw-r--r-- 1 otmm dpg 28168 Mar 6 09:20 Install-unix.txt
-rw-r--r-- 1 otmm dpg 3024 Mar 6 09:20 Install-mac.txt
-rw-r--r-- 1 otmm dpg 11068 Mar 6 09:20 ImageMagick.spec.in
-rw-r--r-- 1 otmm dpg 5628 Mar 6 09:20 AUTHORS.txt
drwxr-xr-x 8 otmm dpg 2048 Mar 6 09:20 www
-rw-r--r-- 1 otmm dpg 16111 Mar 6 09:20 index.html
-rw-r--r-- 1 otmm dpg 320922 Mar 6 09:20 ChangeLog
-rw-r--r-- 1 otmm dpg 83337 Mar 6 09:20 aclocal.m4
-rw-r--r-- 1 otmm dpg 1079233 Mar 6 09:21 Makefile.in
-rwxr-xr-x 1 otmm dpg 1228316 Mar 6 09:25 configure
drwxr-xr-x 6 otmm dpg 512 Mar 6 09:25 PerlMagick
drwxr-xr-x 2 otmm dpg 1024 Mar 6 09:25 m4
drwxr-xr-x 2 otmm dpg 512 Mar 6 09:25 filters
drwxr-xr-x 2 otmm dpg 1536 Mar 6 09:25 wand
drwxr-xr-x 2 otmm dpg 1024 Mar 6 09:25 utilities
drwxr-xr-x 2 otmm dpg 1024 Mar 6 09:25 tests
drwxr-xr-x 2 otmm dpg 5632 Mar 6 09:25 magick
drwxr-xr-x 2 otmm dpg 1024 Mar 6 09:25 config
drwxr-xr-x 2 otmm dpg 2560 Mar 6 09:25 coders
drwxr-xr-x 6 otmm dpg 512 Mar 6 09:25 Magick++
-rw-r--r-- 1 otmm dpg 30145 Mar 18 16:08 config.log
bash-3.2# sudo make uninstall
make: Fatal error: Don't know how to make target `uninstall'
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by fmw42 »

Sorry, I think at this point you need help from one of the Developers. I do not know what else to suggest.
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by naveen800 »

ok thanks, awaiting you early response.
naveen800
Posts: 35
Joined: 2016-01-07T08:31:48-07:00
Authentication code: 1151

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by naveen800 »

Hi,

Do you have any update from developers.

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Procedure to uninstall ImageMagick 6.3.4 version and upgrade Libtiff 4.0.4

Post by magick »

This is more of a systems administration problem rather than an ImageMagick problem. Solaris has a different version of make that does not always handle the Makefile generated by GNU's automake / autoconf. Its typically recommended you get and install gmake if you have not already done so. If you have gmake, type
  • gmake uninstall
to uninstall and
  • ./configure
    gmake install
to rebuild / install from source. You can also get prebuilt releases of ImageMagick for Solaris. Just search for 'Solaris ImageMagick' with Google.

We cannot help you with installing the TIFF library. You can ask the TIFF developers for help with that.
Post Reply