php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13001 Unable to load dynamic library
Submitted: 2001-08-28 09:20 UTC Modified: 2001-08-28 11:39 UTC
From: adriano at sitebysite dot com dot br Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.0.6 OS: Conectiva Linux 6
Private report: No CVE-ID: None
 [2001-08-28 09:20 UTC] adriano at sitebysite dot com dot br
Warning: Unable to load dynamic library '/usr/local/lib/php/gd.so' -
/usr/local/lib/php/extensions/gd.so: undefined symbol: gdImagePngCtx in /home/htdocs/xxx.php on line 3


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 11:39 UTC] sniper@php.net
Most likely your /etc/ld.so.conf misses the line
for the location of libgd.so, so add that and run /sbin/ldconfig

Ask further support questions on the mailing lists:

http://www.php.net/support.php

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC