Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Imagick module



Threaded Mode | Print  

 Imagick module (3 Replies, Read 7245 times)
tonymlWb01
Group: Member
Post Group: Newbie
Posts: 12
Status:
Hello, How can I install imagick module on centos? Anybody could help me? Thanks
IP: --   

Imagick module
Ravivishwakarma
Group: Member
Post Group: Newbie
Posts: 6
Status:
Hi, you can use the following steps:

To install Imagick open ssh as a root user and give this command :

yum install ImageMagick

After installing you need to know where it gets installed :

(1a) path = this is where imagick will be installed /usr/include/ImageMagick OR /usr/bin/convert

Now we need to get PHP working with this extension so we do this command in ssh (using PHP 7.3 in this demo)

/usr/local/apps/php73/bin/pecl install imagick

On the install, it will ask for prefix path,  paste the path from (1a)

after this we need to create a link in this path  /usr/local/apps/php73/ext  , link name will be imagick.so with this path /usr/local/apps/php73/lib/extensions/no-debug-non-zts-20151012/imagick.so for my demo (check /usr/local/apps/php73/lib/extensions/ folder for the no debug folder name  that applies on your case) .

you can use the command

ln /usr/local/apps/php73/lib/extensions/no-debug-non-zts-20151012/imagick.so /usr/local/apps/php73/ext/imagick.so

After creating the link we need to activate the extension so we go to /usr/local/apps/php70/etc/php.d and edit the extra.ini file by adding this extension=imagick.so after adding the extension and saving the file, we go to webuzo panel and restart apache from “services”.

If you use any other PHP as a default make changes according to it.

Let us know if you need any further assistance.
IP: --   

Imagick module
tonymlWb01
Group: Member
Post Group: Newbie
Posts: 12
Status:
Thank you Ravivishwakarma for your fast response, It works well, but I´m facing a troubles in another server that I have (nginx) and I cant do works, everithing looks ok but in wordpress health appears that the module of imagick is missing
IP: --   

Imagick module
Ravivishwakarma
Group: Member
Post Group: Newbie
Posts: 6
Status:
Hi,

Have you able to see the Imagick extension. You can check by using the command PHP -m.

If you face an issue then you can raise a support ticket on http://webuzo.com/contact.
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 16, 2024, 4:33 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.049