php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59342 undefined symbol: GMAGICK_THROW_EXCEPTION
Submitted: 2010-08-07 13:48 UTC Modified: 2010-08-08 04:19 UTC
From: fedora at famillecollet dot com Assigned:
Status: Closed Package: gmagick (PECL)
PHP Version: 5.3.2 OS: Linux (Fedora 13)
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fedora at famillecollet dot com
New email:
PHP Version: OS:

 

 [2010-08-07 13:48 UTC] fedora at famillecollet dot com
Description:
------------
Build fine but doesn't load.

Here is a trivial patch proposal:
http://remi.fedorapeople.org/gmagick-1.0.6.patch

Reproduce code:
---------------
php --no-php-ini \
  --define extension_dir=modules \
  --define extension=gmagick.so \
  --modules | grep gmagick



Expected result:
----------------
gmagick


Actual result:
--------------
PHP Warning:  PHP Startup: Unable to load dynamic library 'modules/gmagick.so' - modules/gmagick.so: undefined symbol: GMAGICK_THROW_EXCEPTION in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-08 04:19 UTC] vito@php.net
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/gmagick


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC