pneudralics Posted June 17, 2009 Share Posted June 17, 2009 Didn't see it on phpinfo or any icons in cpanel. I did try to install it through the RPM and it says it was already installed. Just don't know where to see if it's installed. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/ Share on other sites More sharing options...
Daniel0 Posted June 17, 2009 Share Posted June 17, 2009 I did try to install it through the RPM and it says it was already installed. Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-858122 Share on other sites More sharing options...
zq29 Posted June 17, 2009 Share Posted June 17, 2009 CLI: $ convert --version $ which convert Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-858247 Share on other sites More sharing options...
corbin Posted June 17, 2009 Share Posted June 17, 2009 Didn't see it on phpinfo or any icons in cpanel. I did try to install it through the RPM and it says it was already installed. Just don't know where to see if it's installed. Thanks. Checking phpinfo() only shows installed extensions. As far as I know, there is not an API to imagemagick from PHP. Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-858248 Share on other sites More sharing options...
zq29 Posted June 17, 2009 Share Posted June 17, 2009 Checking phpinfo() only shows installed extensions. As far as I know, there is not an API to imagemagick from PHP. imagick Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-858250 Share on other sites More sharing options...
corbin Posted June 17, 2009 Share Posted June 17, 2009 Guess I should google before speaking next time ;p. Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-858273 Share on other sites More sharing options...
.josh Posted June 17, 2009 Share Posted June 17, 2009 Guess I should google before speaking next time ;p. Well nobody else does. Do you want to be the odd ball out? Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-858515 Share on other sites More sharing options...
pneudralics Posted June 19, 2009 Author Share Posted June 19, 2009 I did try to install it through the RPM and it says it was already installed. I understand it's install from the RPM saying it's installed, but is there any other way other than that? Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-859672 Share on other sites More sharing options...
pneudralics Posted June 19, 2009 Author Share Posted June 19, 2009 The rpm says it's installed but I still get errors: Fatal error: Class 'Imagick' not found Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-859699 Share on other sites More sharing options...
Daniel0 Posted June 19, 2009 Share Posted June 19, 2009 ImageMagick has nothing to do with PHP. Installing ImageMagick has no effect on PHP. You'll need to install the PECL extension as well. Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-859705 Share on other sites More sharing options...
pneudralics Posted June 19, 2009 Author Share Posted June 19, 2009 ImageMagick has nothing to do with PHP. Installing ImageMagick has no effect on PHP. You'll need to install the PECL extension as well. Thanks. I finally found something on google. http://linuxsysadminblog.com/2009/05/install-imagemagick-and-imagick-on-cpanel-server/ Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-859713 Share on other sites More sharing options...
.josh Posted June 19, 2009 Share Posted June 19, 2009 Drat. That bastard Google has beaten us again! Pretty soon, everybody is going to use Google, and then we'll all be out of a job! Quote Link to comment https://forums.phpfreaks.com/topic/162589-solved-noobie-question-how-do-i-know-if-my-server-has-imagemagick/#findComment-859715 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.