php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9784 png_get_error_ptr
Submitted: 2001-03-16 07:16 UTC Modified: 2001-03-16 07:48 UTC
From: akram at free dot Fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.2 OS: Linux 2.2.14
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: akram at free dot Fr
New email:
PHP Version: OS:

 

 [2001-03-16 07:16 UTC] akram at free dot Fr
I use Apache 1.3.14 and PHP3.08 succesfully, but I m trying to upgrade tou 4.0.2 enabling versionning and track vars...


PHP4 compiles succesfully but there is a problem when starting apache with the new conifguration:
adding mod_php4 and so on...

apachectl configtest return this:
Syntax error on line 203 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/lib/libgd.so.1: undefined symbol: png_get_error_ptr


I installed gdlib, libpng et libjpeg and zlib with all the latest stables version
jpeg 6 , gd 1.8.4 etc...

I comped PHP4 again and installed it

I get the same message

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-16 07:48 UTC] sniper@php.net
You propably have some old gd.h somewhere in your
system which is found when configuring. 
Also, you're using quite old version of PHP. Upgrade first
to PHP 4.0.4pl1. And ask support questions on php-install@lists.php.net as this is NOT any bug in PHP.

--Jnia

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