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 smile

Cheers,
Shawn.

Re: php-magickwand

Added to my TODO list

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-magickwand

Done !

php-magickwand version 1.0.8 is available in the repo

Build againt php 5.3.1 and ImageMagick 6.5.5

++

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-magickwand

Thx! big_smile

5 (edited by fusionstream 2009-12-30 03:59:38)

Re: php-magickwand

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

Re: php-magickwand

/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

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-magickwand

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)

Re: php-magickwand

So I don't see any issue, as "php -m" reports "magickwand" as available...

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-magickwand

found the problem.

rc.local was running the wrong php-cgi.... feel like an idiot :x