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
Installation in Fedora Core5 - 32 bit
Re: Installation in Fedora Core5 - 32 bit
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.
Re: Installation in Fedora Core5 - 32 bit
Thanks for your reply!
I installed from the rpm which seems to have fixed the problem for me.
Thanks
Jugs
I installed from the rpm which seems to have fixed the problem for me.
Thanks
Jugs