php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56413 undefined symbol: DrawAllocateWand
Submitted: 2005-06-10 16:47 UTC Modified: 2005-10-23 09:32 UTC
From: imagick at kore-nordmann dot de Assigned:
Status: No Feedback Package: imagick (PECL)
PHP Version: 5.0.3 OS: GNU/Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-06-10 16:47 UTC] imagick at kore-nordmann dot de
Description:
------------
This error occurs while calling one of the example files, which "draws" something. Rest of the examples works fine.

Examples are: rectangle.php, line.php, arc.php, ellipse.php

> php rectangle.php
php: symbol lookup error: /usr/lib/php/extensions/no-debug-non-zts-20041030/imagick.so: undefined symbol: DrawAllocateWand

PHP-Version:
PHP 5.0.4 (cli) (built: Jun  9 2005 11:15:32)

Installed:
dev-php/PECL-imagick-0.9.11 (Gentoo-Ebuild)

Reproduce code:
---------------
example-Section

Expected result:
----------------
No error

Actual result:
--------------
php: symbol lookup error: /usr/lib/php/extensions/no-debug-non-zts-20041030/imagick.so: undefined symbol: DrawAllocateWand


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-20 05:33 UTC] chregu@php.net
Which imagemagick version are you using?
 [2005-06-20 05:39 UTC] chregu@php.net
Btw, rectangle.php works fine for me with imagemagick 6.1.8 (but should work with older versions, too...), on PHP 5.0.5-dev (and also that doesn't really matter...)
 [2005-06-20 05:57 UTC] imagick at kore-nordmann dot de
Installed version of imagemagick: 6.2.2.3-r1
I'll test it with version 6.1.8.8 tomorrow.
 [2005-08-02 00:09 UTC] chregu@php.net
DId it work?
 [2005-10-23 09:32 UTC] mike@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2006-03-01 20:52 UTC] golden_moon_rising at yahoo dot com
I'm still getting this bug as well.
Using the latest and greatest version of PHP 5, Gentoo, etc. as of March 1, 2006.

[01-Mar-2006 17:49:50] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/imagick.so' - /usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/imagick.so: undefined symbol: DrawAllocateWand in Unknown on line 0
 [2006-03-01 21:39 UTC] golden_moon_rising at yahoo dot com
# LD_TRACE_LOADED_OBJECTS=1 /lib/ld-linux.so.2 /usr/lib/php5/lib/php/extensions/no-debug-non-zts-20050922/imagick.so
        linux-gate.so.1 =>  (0xffffe000)
        libGraphicsMagickWand.so.0 => /usr/lib/libGraphicsMagickWand.so.0 (0xb7f7b000)
        libGraphicsMagick.so.1 => /usr/lib/libGraphicsMagick.so.1 (0xb7dc5000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7da0000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb7d74000)
        libbz2.so.1 => /lib/libbz2.so.1 (0xb7d64000)
        libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7c54000)
        libz.so.1 => /lib/libz.so.1 (0xb7c3f000)
        libm.so.6 => /lib/libm.so.6 (0xb7c1d000)
        libc.so.6 => /lib/libc.so.6 (0xb7b04000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7af2000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7aee000)
        /lib/ld-linux.so.2 (0x80000000)
 [2006-11-30 23:29 UTC] tsabi at tsabi dot hu
Same error here :S
I use gentoo too: media-gfx/imagemagick-6.2.9.5-r1 and dev-php5/pecl-imagick-0.9.11.

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/lib/php/extensions/no-debug-zts-20050922/imagick.so' - /usr/lib/php5/lib/php/extensions/no-debug-zts-20050922/imagick.so: undefined symbol: DrawAllocateWand in Unknown on line 0

No 6.1.x version is in the Gentoo Portage, so i cannot test it now. Need to find out one, or download from CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 00:01:32 2024 UTC