php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4077 --with-gd=... not functioned
Submitted: 2000-04-07 23:05 UTC Modified: 2002-10-01 14:51 UTC
From: wschow at comp dot hkbu dot edu dot hk Assigned:
Status: Wont fix Package: Installation problem
PHP Version: 3.0.16 OS:
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: wschow at comp dot hkbu dot edu dot hk
New email:
PHP Version: OS:

 

 [2000-04-07 23:05 UTC] wschow at comp dot hkbu dot edu dot hk
checking for compress in -lz... (cached) yes
checking for png_info_init in -lpng... (cached) yes
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromJpeg in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageLzw in -lgd... (cached) no
checking for gdImageColorResolve in -lgd... (cached) yes
checking for gdImageString16 in -lgd... (cached) yes
checking whether to include GD support... no
checking whether to include FreeType support... yes
configure: warning: No gd support found. Skipping FreeType Configuration

I can compile gcc -o a a.c -lpng -lm -lgd :
char gdImageCreateFromPng();

int main() {
gdImageCreateFromPng()
; return 0; }

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:51 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 10:01:29 2024 UTC