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
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: adriano at sitebysite dot com dot br
New email:
PHP Version: OS:

 

 [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: Thu Apr 18 23:01:27 2024 UTC