Help with Imagemaick

dothejon

Member
I can't figure out how to enable Imagemagick PECL extension.. I downloaded the file however i don't know where to put it in to install it.
 
What distribution are you running? Any panel?

Generally speaking for generic PECL it's:

Code:
pecl install imagick

But this can vary depending upon any panel you're running. If you're using a repo like remi you can sometimes get pecl-built packages straight from yum.
 
You need access to WHM/cPanel on your server.

Unless you're hosting is a VPS or dedicated, you most likely will not be able to install this yourself.

Ask your host.
 
But this can vary depending upon any panel you're running. If you're using a repo like remi you can sometimes get pecl-built packages straight from yum.
The standard package installers usually install Imagemagick 6.x which is incompatible with PHP7.2+ so depending on the PHP version being used, it may be required to perform a more manual install of imagemagick. It was not fun getting it working, at least for me.
 
i found php setting and phpmyadmin when i done an search for php on my host host cpanel.. when i went into the phpmyadmin gave me options like export or import, databases, sql..etc...
 
i found this in the help docs on my host.... god i hope i dont have to call them because i can never understand them over the phone.

For Linux Web Hosting packages, 1&1 IONOS Performance hosting and Managed Dedicated Server
ImageMagick is a collection of applications for creating, editing and converting image files. In Web Hosting-packages and on 1&1 IONOS Managed Servers ImageMagick is available in form of the application convert under /usr/bin/convert already preinstalled. Use the convert command to convert, scale, blur, crop, and more file formats for images. Access to convert is via scripts or direct shell commands.
 
according to my host customor service, they have no knowledge of imagemagick since it a third party, and i can somehow install it through ssh whatever the hell that is., the program that they suggest is a windows only software and im using a mac computer.. **** im **** out of luck
 
according to my host customor service, they have no knowledge of imagemagick since it a third party, and i can somehow install it through ssh whatever the hell that is., the program that they suggest is a windows only software and im using a mac computer.. ** im ** out of luck
Since you have a fairly beginner level of knowledge for server configuration, I'd suggest hiring someone to assist. There are great folks here who provide such services.
 
Back
Top Bottom