php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10748 LIBGD20 must be enabled manually in main/php_config.h
Submitted: 2001-05-09 07:44 UTC Modified: 2001-05-11 06:50 UTC
From: morten at nilsen dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0 Latest CVS (2001-05-09) OS: Linux 2.4.3
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: morten at nilsen dot com
New email:
PHP Version: OS:

 

 [2001-05-09 07:44 UTC] morten at nilsen dot com
the configure script doesn't detect libgd2 automatically

it is neccessary to put this in manually
#define HAVE_LIBGD20 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-09 08:29 UTC] wez@php.net
It works for me...
Can you post your configure line and email your config.log file to wez@php.net so that I can check into it?

--Wez.
 [2001-05-09 12:05 UTC] morten at nilsen dot com
./configure \
  --prefix=/usr \
  --with-apxs=/usr/sbin/apxs \
  --with-config-file-path=/etc/httpd \
  --with-regex=system \
  --with-exec-dir=/usr/bin \
  --enable-safe-mode \
  --enable-debugger \
  --enable-magic-quotes \
  --enable-track-vars \
  --enable-memory-limit \
  --enable-ftp \
  --disable-debug \
  --disable-rpath \
  --with-bz2 \
  --with-zlib=/usr \
  --with-gmp \
  --with-imap=shared,/usr \
  --with-ldap=shared,/usr \
  --with-mysql=shared,/usr \
  --with-pgsql=shared,/usr \
  --with-openssl=shared,/usr \
  --with-gd=shared,/usr \
  --with-jpeg-dir=/usr \
  --with-png-dir=/usr \
  --with-freetype-dir=/usr/local

I haven't got my config.log at the moment, as I updated to
newest CVS, and that failed while running buildconf...
 [2001-05-10 05:24 UTC] sniper@php.net
Can you try the latest CVS again?
I have changed the configure script a lot..

--Jani

 [2001-05-10 05:54 UTC] morten at nilsen dot com
I still have problems with Bug 10747, so I can't check it yet
 [2001-05-11 06:37 UTC] morten at nilsen dot com
using todays CVS, the configure script successfully detects
libgd2

excellent!

(by the way... any eta on 4.0.6?)
 [2001-05-11 06:50 UTC] derick@php.net
If it works, we close the bug :)

ETA on 4.0.6 is unknown, branch will occur very soon (for RC1).
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Mar 10 21:01:30 2025 UTC