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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: paulgao at yeah dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 07:01:26 2025 UTC