Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dblog1

Pages: [1]
1
PHP / Re: Install ImageMagick or GD ?
« on: March 31, 2019, 12:44:28 AM »
contact support and we will check it
http://centos-webpanel.com/contact

Right and you ask for money in the spirit of open source.

Heres the error.
extension=imagick.so
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/ex                                                                                       tensions/no-debug-non-zts-20160303/imagick.so' - /usr/local/lib/php/extensions/n                                                                                       o-debug-non-zts-20160303/imagick.so: cannot open shared object file: No such fil                                                                                       e or directory in Unknown on line 0
Imagick NOT Installed !


Hello, I manage to fix this with:
Code: [Select]
yum install gcc php-devel php-pear
yum install ImageMagick ImageMagick-devel
pecl install imagick
service httpd reload

Results:
Code: [Select]
[root@domain~]# php -v
PHP 5.6.37 (cli) (built: Mar 29 2019 15:49:35)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.3.2, Copyright (c) 2002-2018, by ionCube Ltd.
    with Zend Guard Loader v3.3, Copyright (c) 1998-2015, by Zend Technologies

No More Error with imagick

Pages: [1]