Installation in Fedora Core5 - 32 bit

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
jagadeeshvn

Installation in Fedora Core5 - 32 bit

Post by jagadeeshvn »

Hey,

I am having a few issues installing MagickWand in my FC5 server. I downloaded 'MagickWandForPHP-1.0.5.tar.gz' and did everything as mentioned in the installation notes. Then I copied magickwand.so and magickwand.la files to '/usr/lib/php/modules' and also put the magicwand.ini file in /etc/php.d folder.

Then I restarted Apache server, but phpinfo() says MagickWand is not loaded.

Kindly checkout the following link for my phpinfo()

http://dev.x-minds.info/gallery2/montage/convert.php

At the end of this page, you can see the error generated which is

"Fatal error: Call to undefined function NewMagickWand() in convert.php on line 3"

Also in the log I can see the following warning.

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/magickwand.so' - /usr/local/lib/libMagick.so.10: undefined symbol: omp_get_num_threads in Unknown on line 0

Any pointers will be highly appreciated!!

Thanks
Jugs
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Installation in Fedora Core5 - 32 bit

Post by magick »

Add --disable-openmp to your configure command line and rebuild and reinstall ImageMagick. ImageMagick 6.3.5-10 is out which does not enable OpenMP if you want to give that version a try.
jagadeeshvn

Re: Installation in Fedora Core5 - 32 bit

Post by jagadeeshvn »

Thanks for your reply!

I installed from the rpm which seems to have fixed the problem for me.

Thanks
Jugs
Post Reply