php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10823 ext/gd/config.m4 not quite right
Submitted: 2001-05-11 19:44 UTC Modified: 2001-05-11 20:24 UTC
From: wez@php.net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (2001-05-11) OS: SuSE 7.0 i386
Private report: No CVE-ID: None
 [2001-05-11 19:44 UTC] wez@php.net
Jani (If you're still up),

You recent patch to the gd config is still not quite right :-(

I'm using --with-jpeg-dir --with-png-dir for these.

checking for the location of libjpeg... yes
./configure: yes=/usr/local: No such file or directory
checking for jpeg_read_header in -ljpeg... yes
./configure: cd: yes: No such file or directory
checking for the location of libpng... yes
./configure: yes=/usr/local: No such file or directory
checking for png_info_init in -lpng... yes
./configure: cd: yes: No such file or directory
checking for the location of libXpm... no
If configure fails try --with-xpm-dir=<DIR>

It still builds though :-)

--Wez.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-11 20:24 UTC] sniper@php.net
NOW this is really fixed..I made a classic 'paste and forget' error there.. :(

Another thing..please, do not pollute the bug database with issues like this. There are enough bug reports
already and adding more of them just makes accessing
the bugdb slower and slower..

So please use old-fashioned email for these, okay?

--Jani

p.s. And before someone jumps up and down "these should
be archived somewhere", I'll remind that the mailing lists
_are_ archived..

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