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. 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. 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 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. 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 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. 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? 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? 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 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. 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/ 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! 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
Archived
This topic is now archived and is closed to further replies.