php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58439 compile Error With ImageMagick 6.4.6-5+
Submitted: 2008-12-01 03:52 UTC Modified: 2008-12-01 04:56 UTC
From: paulgao at yeah dot net Assigned:
Status: Not a bug Package: imagick (PECL)
PHP Version: 5.2.5 OS: Slackware
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
22 - 21 = ?
Subscribe to this entry?

 
 [2008-12-01 03:52 UTC] paulgao at yeah dot net
Description:
------------
when use ImageMagick 6.4.6-5+, PHP Compile Abort, Show 'undefined reference to `MagickGetImagePixelColor`'...

Actual result:
--------------
ext/imagick/imagick_class.o: In function `zim_imagick_getimagepixelcolor':
imagick_class.c:(.text+0x924a): undefined reference to `MagickGetImagePixelColor'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
ext/imagick/imagick_class.o: In function `zim_imagick_getimagepixelcolor':
imagick_class.c:(.text+0x924a): undefined reference to `MagickGetImagePixelColor'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-01 04:56 UTC] mkoppanen@php.net
Sorry, but your problem does not imply a bug in PECL itself.  For a
list of more appropriate places to ask for help using PECL, please
visit http://pecl.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PECL.

This is an issue with ImageMagick: http://imagemagick.org/discourse-server/viewtopic.php?f=3&t=12589
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC