Topic: php-magickwand
Hi there.
Will you be compiling php-magickwand as well? The existing latest package from epel is incompatible with your php 5.3.1 packages.
As always, thanks for all the hardwork
Cheers,
Shawn.
You are not logged in. Please login or register.
Please STOP WAR NOW! | |
![]() |
For proper configuration and installation, please use the Configuration Wizard |
Versions: PHP ≤ 7.4 is EOL - PHP 8.0.28 - PHP 8.1.19 - PHP 8.1.20RC1 - PHP 8.2.6 - PHP 8.2.7RC1
More information: #remirepo IRC channel - Twitter: @RemiRepository - Discord server
Remi's RPM repository - Forum → Open discussion → php-magickwand
Hi there.
Will you be compiling php-magickwand as well? The existing latest package from epel is incompatible with your php 5.3.1 packages.
As always, thanks for all the hardwork
Cheers,
Shawn.
Added to my TODO list
Done !
php-magickwand version 1.0.8 is available in the repo
Build againt php 5.3.1 and ImageMagick 6.5.5
++
Thx!
Doesn't seem to work. phpinfo() does not display magickwand as a module.
/etc/php.ini has extension=magickwand.so
and locate magickwand.so returns /usr/lib64/php/modules/magickwand.so
and have also restarted the php-cgi processes
/etc/php.ini has extension=magickwand.so
Absolutly unusefull.
Extension is registered by /etc/php.d/magickwand.ini, so you must have a error at launch time.
What is the result of
rpm -qa php\* ImageMag\*
php -v
php -m | grep magick
ldd /usr/lib64/php/modules/magickwand.so
+
Happy New Year and sorry for the late reply. The notification email was in my spam box.
[root@localhost ~]# rpm -qa php\* ImageMag\*
ImageMagick-c++-6.2.8.0-4.el5_1.1
php-5.3.1-1.el5.remi
php-gd-5.3.1-1.el5.remi
php-xml-5.3.1-1.el5.remi
php-pecl-apc-3.1.3p1-1.el5.remi
ImageMagick2-6.5.5.6-1.el5.remi
php-common-5.3.1-1.el5.remi
php-cli-5.3.1-1.el5.remi
ImageMagick-6.2.8.0-4.el5_1.1
ImageMagick-devel-6.2.8.0-4.el5_1.1
ImageMagick-c++-devel-6.2.8.0-4.el5_1.1
php-pdo-5.3.1-1.el5.remi
php-odbc-5.3.1-1.el5.remi
php-imap-5.3.1-1.el5.remi
php-xmlrpc-5.3.1-1.el5.remi
php-mbstring-5.3.1-1.el5.remi
php-pear-1.9.0-1.el5.remi
php-devel-5.3.1-1.el5.remi
php-magickwand-1.0.8-4.el5.remi
ImageMagick-perl-6.2.8.0-4.el5_1.1
php-mysql-5.3.1-1.el5.remi
php-mcrypt-5.3.1-1.el5.remi
php-ldap-5.3.1-1.el5.remi
phpMyAdmin-3.2.4-1.el5.remi
php-pecl-imagick-2.3.0-2.el5.remi
[root@localhost ~]# php -v
PHP 5.3.1 (cli) (built: Nov 20 2009 18:18:28)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
[root@localhost ~]# php -m | grep magick
imagick
magickwand
[root@fishingkaki ~]# ldd /usr/lib64/php/modules/magickwand.so
libMagickWand.so.2 => /usr/lib64/libMagickWand.so.2 (0x00002b7745fa4000)
libMagickCore.so.2 => /usr/lib64/libMagickCore.so.2 (0x00002b77462c3000)
libc.so.6 => /lib64/libc.so.6 (0x00002b77466fd000)
liblcms.so.1 => /usr/lib64/liblcms.so.1 (0x00002b7746a55000)
libtiff.so.3 => /usr/lib64/libtiff.so.3 (0x00002b7746c8b000)
libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00002b7746ee4000)
libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x00002b7747169000)
libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1 (0x00002b774738a000)
libXext.so.6 => /usr/lib64/libXext.so.6 (0x00002b77475be000)
libXt.so.6 => /usr/lib64/libXt.so.6 (0x00002b77477d0000)
libbz2.so.1 => /usr/lib64/libbz2.so.1 (0x00002b7747a31000)
libz.so.1 => /usr/lib64/libz.so.1 (0x00002b7747c41000)
libgomp.so.1 => /usr/lib64/libgomp.so.1 (0x00002b7747e56000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b7748063000)
libltdl.so.3 => /usr/lib64/libltdl.so.3 (0x00002b774827e000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002b7748486000)
libSM.so.6 => /usr/lib64/libSM.so.6 (0x00002b774868a000)
libICE.so.6 => /usr/lib64/libICE.so.6 (0x00002b7748894000)
libX11.so.6 => /usr/lib64/libX11.so.6 (0x00002b7748ab0000)
libm.so.6 => /lib64/libm.so.6 (0x00002b7748dbc000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b774903f000)
/lib64/ld-linux-x86-64.so.2 (0x00000036e6000000)
libexpat.so.0 => /lib64/libexpat.so.0 (0x00002b774924e000)
libXau.so.6 => /usr/lib64/libXau.so.6 (0x00002b7749470000)
librt.so.1 => /lib64/librt.so.1 (0x00002b7749673000)
libXdmcp.so.6 => /usr/lib64/libXdmcp.so.6 (0x00002b774987c000)
So I don't see any issue, as "php -m" reports "magickwand" as available...
+
found the problem.
rc.local was running the wrong php-cgi.... feel like an idiot :x
Remi's RPM repository - Forum → Open discussion → php-magickwand
Generated in 0.006 seconds (62% PHP - 38% DB) with 10 queries
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 2 official extensions. Copyright © 2003–2009 PunBB.