Page 1 of 1
SCO Unix
Posted: 2013-03-11T12:37:10-07:00
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!!!
Re: SCO Unix
Posted: 2013-03-11T15:16:50-07:00
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
Re: SCO Unix
Posted: 2013-03-13T11:52:28-07:00
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.