I would like to install phpBB3 on my VPS (CentOS 5).
phpBB checking result for Imagemagick is unknown path.
Any one help tell me how to check if Imagemagick is installed? if not, please advice how to install...
Thank you a lot!!!
This is a discussion on Imagemagick on my VPS in the VPS & Dedicated forum
I would like to install phpBB3 on my VPS (CentOS 5).
phpBB checking result for Imagemagick is unknown path.
Any one help tell me how ...
I would like to install phpBB3 on my VPS (CentOS 5).
phpBB checking result for Imagemagick is unknown path.
Any one help tell me how to check if Imagemagick is installed? if not, please advice how to install...
Thank you a lot!!!
i believe if you create a new php file called phpinfo.php that contains the following:
and then go to that file in your browser, it should say somewhere about imagemagick if its installed, use your browsers find feature to search for imagemagickPHP Code:<?php
phpinfo()
?>
if it is not installed it isnt hard to do, and support can even do it for you.
-Daniel
If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks.
My scripts never have bugs. They just develop random features.
if its not under /usr/bin then check /usr/local/bin.
some servers have extra packages installed under /usr/local, especially if you are using cPanel.
Thanks all, I have done checking as per your advises and found that it is not installed.
Can anyone help for some installation guides? My VPS run CentOS 5, Plesk Panel 8.2
On CentOS 4 or 5, you can install ImageMagick using
yum install ImageMagick
via ssh logged in as root.
I love ImageMagick -- installed it in Windows the other day...
Anyway, just do a search for 'mogrify', for instance:
Code:/home/example$ whereis mogrify mogrify: /usr/bin/mogrify /usr/local/bin/mogrify /usr/share/man/man1/mogrify.1.gz
DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.
Copyright © 2011 JaguarPC.com
Bookmarks