php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29405 can't make php 5.1
Submitted: 2004-07-27 13:58 UTC Modified: 2010-12-20 11:41 UTC
From: nlopess@php.net Assigned: jani (profile)
Status: Closed Package: GD related
PHP Version: 5CVS-2004-07-27 (dev) OS: gentoo
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: nlopess@php.net
New email:
PHP Version: OS:

 

 [2004-07-27 13:58 UTC] nlopess@php.net
Description:
------------
Not sure if I'm doing something bad, but...

I've compilled PHP 5.1 yesterday successfully, but today I couldn't compile it.

Reproduce code:
---------------
./buildconf

./configure --with-tidy --with-mysql --with-zlib --with-bz2 --with-gd --with-png --with-jpeg-dir --with-freetype-dir --with-apxs2=/usr/local/apache2/bin/apxs --disable-cgi --enable-exif --enable-sockets --enable-soap

make

Actual result:
--------------
As the message is too big, I've posted it at: http://testes.aborla.net/php5_1-errors.txt

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-27 14:02 UTC] tony2001@php.net
Yep, this happens because of missing comma in ext/gd/config.m4.
Apply this patch: http://lists.php.net/php.cvs/28020, it should work after that.
 [2004-07-27 14:25 UTC] nlopess@php.net
it didn't help
 [2004-07-27 14:31 UTC] tony2001@php.net
Run ./buildconf && ./configure again after applying the patch.

 [2004-07-27 17:38 UTC] nlopess@php.net
fixed. Thanks!
 [2010-12-20 11:41 UTC] jani@php.net
-Package: Tidy +Package: GD related -Assigned To: +Assigned To: jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC