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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

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: Sat Apr 20 14:01:29 2024 UTC