Opened 13 years ago
#258 new defect
gdchart PECL module is broken against current gd library
Reported by: | geofft | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web | Keywords: | |
Cc: |
Description
busy-beaver:~/web_scripts geofft$ php <?php dl("gd.so"); dl("gdchart.so"); PHP Warning: () dl(): Unable to load dynamic library '/usr/lib64/php/modules/gdchart.so' - /usr/lib64/php/modules/gdchart.so: undefined symbol: php_gd_gdFontMediumBold in - on line 3
It looks like this is fixed by this patch to php-gd, which exports the necessary symbols -- but this requires a recompile of the php source package. It also looks like the gdchart PECL extension hasn't been updated in quite a while, so the bug may lie with it, in accessing internal symbols.
See https://bugs.php.net/bug.php?id=59066 and http://www.mail-archive.com/php-bugs@lists.php.net/msg132746.html for more information.
Note: See
TracTickets for help on using
tickets.