Bastos

let’s code!

Precisa instalar imagemagick no Solaris 10?

July 18th, 2008 · No Comments

Instalando da fonte:
# export PATH=/opt/csw/bin:/usr/ccs/bin:/usr/local/bin:$PATH
# export LD_LIBRARY_PATH=/usr/local/lib
# pkgrm CSWimagemagick
# mkdir /usr/local/src
# cd /usr/local/src
# wget ftp://ftp.imagemagick.org/pub/ImageMagick/legacy/ImageMagick-6.3.9-10.tar.bz2
# bunzip2 -dc ImageMagick-6.3.9-10.tar.bz2 | tar xf -
# cd ImageMagick-6.3.9
# ./configure –disable-static –with-modules –without-perl –without-magick-plus-plus –with-quantum-depth=8
# make
# make install

Agora a gem rmagick
# export CFLAGS=-I/opt/csw/include
# gem install rmagick

* Via http://kete.net.nz/documentation/topics/show/160-solaris-installing-required-software

Tags: imagemagick · rails · ruby · solaris

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment