Quick Fix For Your Computer / Laptop Problems By Experienced IT Engineers!
You are here: Home Forum
  • narrow screen
  • wide screen
  • Increase font size
  • Default font size
  • Decrease font size
Welcome, Guest
Please Login or Register.    Lost Password?

[ KB ] To install ImageMagick on Ubuntu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: [ KB ] To install ImageMagick on Ubuntu
#133
admin
Admin
Posts: 353
graph
User Offline Click here to see the profile of this user
[ KB ] To install ImageMagick on Ubuntu 1 Year, 10 Months ago Karma: 4
Before running ./configure , do the following command below

Code:

$ export LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib"
$ export LD_LIBRARY_PATH="/usr/local/lib"



Download ImageMagick from ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz

Then to the standard install with the following commands below

Code:

# untar
tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*

# configure and make
./configure
make

# install
make install



After install run the following command to verify

Code:

make check
 
The administrator has disabled public write access.
Go to topPage: 1

Social Connect Sign-In


Easy Sign In
RPX

Tell A Friend

SocialTwist Tell-a-Friend

Login

If you are experiencing issues, do contact us via our contact form.