digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Website and Server Troubleshooting (https://www.digitalfaq.com/forum/web-tech/)
-   -   Install phpGD and ImageMagick via SSH on cPanel server? (https://www.digitalfaq.com/forum/web-tech/4784-install-phpgd-imagemagick.html)

allaboutduncan 12-11-2012 05:19 AM

Install phpGD and ImageMagick via SSH on cPanel server?
 
Let me know how to SSH in when you get a chance. It looks like php_GD and ImageMagick aren't installed. WordPress doesn't resize images on upload.

Put a ticket in if you can or just let me know the SSH.


This question has been split from another post or thread. This was done in order to address the topic more in depth, make it easier to find via forum searches, as well as prevent the other post/thread from going too far off-topic. Please continue this part of the conversation here. Thanks for understanding our tech Q&A policies.


kpmedia 12-11-2012 05:39 AM

I made this a new post and shared it public because it covers an important topic -- cPanel servers should not be updated through SSH because of all the cPanel proprietary code. Taking just these two items into consideration...

ImageMagick has a special script that you run through root:
Code:

/scripts/installimagemagick
and GD is compiled using EasyApache with WHM (the cPanel admin GUI). It's not "installed" but rather compiled directly into PHP.

If you were to update some of these things manually in SSH, outside of the cPanel ecosystem, it could (1) make a big mess and completely screw up the server's functionality, or (2) only be a temporary change, as the cPanel updates would later wipe out what you've added. cPanel maintains an internal list of packages and compile instructions, and uses those for updates; most good server admins let cPanel auto-update.

Just an FYI. I'd hate to see you screw up the server. :)

allaboutduncan 12-11-2012 10:07 AM

Great! That fixed it. I was looking today and found directions for WHM and EasyApache that mirror what you said.


All times are GMT -5. The time now is 02:32 PM

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.