[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] ImageMagick install on a Raq4
- Subject: [cobalt-users] ImageMagick install on a Raq4
- From: "Michelle" <support@xxxxxxxxxx>
- Date: Tue Jun 3 23:44:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi Leslie
We used the following instructions for our Raq4 & it worked 100%
Installation (Unix)
Download each of the following installation files to your desktop:
ImageMagick-5.5.4-3.tar.gz - ImageMagick and PerlMagick Sources
jpegsrc.v6b.tar.gz - JPEG Sources
libpng-1.2.5.tar.gz - PNG Sources
tiff-v3.5.7.tar.gz - TIFF Sources
zlib-1.1.4.tar.gz - ZLIB Sources - Required by PNG
The file names (above) should tell you what each is. They are the source
code compression kits for popular graphical formats.
Using an FTP utility, log in to your server and create a directory called
Installation_Files anywhere you want.
Upload, to your server, each of the files you downloaded above, in Binary
format, to this newly created directory. Take note of the path to the
directory you created as you will need to access it via SSH or Telnet in a
minute.
Login to your server via SSH or Telnet and switch to root user.
If you are on a Unix or Linux server, using a server-based text editor such
as Pico or Vi, add the following line (on a new line) to the file
"/etc/ld.so.conf"
/usr/local/lib
Navigate to the Installation_Files directory by typing
cd /PATH/TO/YOUR/Installation_Files
Install the JPEG sources by typing the following. On the configure, make,
and make install steps below, you will see output from your server. Please
wait for each process to complete before continuing.
gunzip jpegsrc.v6b.tar.gz
tar xf jpegsrc.v6b.tar
cd jpeg-6b
./configure --enable-shared
make
make install
cd /PATH/TO/YOUR/Installation_Files
Install the ZLIB sources by typing the following. On the configure, make,
and make install steps below, you will see output from your server. Please
wait for each process to complete before continuing.
gunzip zlib-1.1.4.tar.gz
tar xf zlib-1.1.4.tar
mv zlib-1.1.4 zlib
cd zlib
./configure
make
make install
cd /PATH/TO/YOUR/Installation_Files
Install the PNG sources by typing the following. On the configure, make
test, and make install steps below, you will see output from your server.
Please wait for each process to complete before continuing.
For Linux Servers...
gunzip libpng-1.2.5.tar.gz
tar xf libpng-1.2.5.tar
mv libpng-1.2.5 libpng
cd libpng
cd scripts
cp makefile.linux ../makefile
cd ..
make test
make install
cd /PATH/TO/YOUR/Installation_Files
For Other Servers...
gunzip libpng-1.2.5.tar.gz
tar xf libpng-1.2.5.tar
mv libpng-1.2.5 libpng
cd libpng
cd scripts
cp makefile.* ../makefile
cd ..
make test
make install
cd /PATH/TO/YOUR/Installation_Files
Note: The * above can be one of a number of extensions depending on your
server type. See the INSTALL file distributed with libpng for more
information.
Install the TIFF sources by typing the following. On the configure, make,
and make install steps below, you will see output from your server. Please
wait for each process to complete before continuing.
gunzip tiff-v3.5.7.tar.gz
tar xf tiff-v3.5.7.tar
cd tiff-v3.5.7
./configure
make
make install
cd /PATH/TO/YOUR/Installation_Files
Install the ImageMagick sources by typing the following. On the configure,
make, and make install steps below, you will see output from your server.
Please wait for each process to complete before continuing.
gunzip ImageMagick-5.5.4-3.tar.gz
tar xf ImageMagick-5.5.4-3.tar
cd ImageMagick-5.5.4-3
./configure --enable-shared --disable-static --with-perl=/usr/bin/perl --ena
ble-lzw
make
make install
cd /PATH/TO/YOUR/Installation_Files
Change '/usr/bin/perl' (above) to the path to Perl on your system.
That's it.
Hope this helps
regards
Michelle
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 2003/06/01