Go Back   Webmaster Centre News and Discussion Forum > Web Hosting Discussion and Domain Name > Web Hosting Discussion

Web Hosting Discussion Discussion on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects

Reply
 
LinkBack Thread Tools Display Modes
Old 05-13-2008, 10:15 AM   #1 (permalink)
Junior Member
 
Default Tutorial: How to install ImageMagik

Required:
You will need to log in to your server or web space with SSH.

1) From the command line first download and unzip the source:
2) Next type:
Code:
tar -xzvf ImageMagick.tar.gz
3) Next type:
Code:
cd ImageMagick-6.2.6
4) The following commands will install ImageMagick into your home directory.
--without-Perl and --without-ttf will disable Perl and TrueType support; without
these switches the install will fail. /path/to/your/htdocs/im should be replaced
with the actual path to your home directory, and the last part, IM, can be changed
to anything. The command "pwd" will tell you the present working directory.
Code:
 ./configure --prefix=/path/to/your/htdocs/im --without-perl --without-ttf
5) Type:
Code:
make
6) Type:
Code:
make install
7) When these steps are completed ImageMagick will be installed in your home directory.
Please note that since this is a non-standard location, you may have to modify the configuration of other programs that use it so that they can find it. Any executables will also not be on the default executable search path.
__________________
DediVPSHosting: Cheap VPS
DediVPS is offline   Reply With Quote
Reply

Bookmarks

Tags
imagemagik



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorial: How to install FFMPEG DediVPS Web Hosting Discussion 0 05-13-2008 09:27 AM
Share your tutorial site here !!! pyza Website Design 0 05-04-2008 06:03 PM
i m unable to install yahoo messenger 9.0 even after uninstalling yahoo... micky Yahoo 0 05-01-2008 03:57 PM
Is WAMP a good tool to learn PHP? Or should I install manually? Roland Web Programming 3 04-28-2008 09:49 PM



All times are GMT +1. The time now is 04:24 PM.
Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44