SCO Unix

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
phanvt75
Posts: 1
Joined: 2013-03-11T12:32:35-07:00
Authentication code: 6789

SCO Unix

Post by phanvt75 »

I currently using SCO Unix and downloaded ImageMagick-6.8.3-9 to my /usr/lib directory. I followed the direction on the ImageMagick website, but still could not get it to work. Can anybody please show me step by step running and setting the path for my ImageMagick on my SCO Unix...thx!!!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: SCO Unix

Post by fmw42 »

You should post the commands you used with paths and configuration information so others can see what you have done. I do not work on Linux, but on Mac. I am not sure you should download your IM to /usr/lib. Typically users just download to their working directory and have IM install nominally to /usr/bin or /usr/local/bin.

See for source installs, install all your delegates first and then see
http://www.imagemagick.org/download/delegates/
http://www.imagemagick.org/script/insta ... e.php#unix
http://www.imagemagick.org/script/advan ... lation.php

For binary installs with certain Unix systems (typically RPM packages), see
http://www.imagemagick.org/script/binary-releases.php
rich2005
Posts: 32
Joined: 2012-04-09T11:07:36-07:00
Authentication code: 8675308

Re: SCO Unix

Post by rich2005 »

I use linux but the obvious question
Did you download a precompiled package or a tarball for compiling?

A quick look around for 'precompiled' came up this this which is probably typical (although old)
http://www.aljex.com/bkw/sco/

Very similar to linux except linux is not in 'local' but is /usr/bin & /usr/lib

A listing - all the usual are there
/usr/local/bin
animate compare composite conjure convert display identify import Magick config mogrify montage Wand-config

same for the libs
/usr/local/lib
ImageMagick-6.1.9
libMagick.so libMagick.so.6 libMagick.so.7.1.9 libWand.so libWand.so.6 libWand.so.7.1.9 pkgconfig

There are also the usual man and share folder entries.

I would just make sure that any pre-compiled executables are marked as such. Either they will work or not.
Post Reply