php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57030 can't compile on linux
Submitted: 2006-05-22 06:10 UTC Modified: 2008-05-04 12:43 UTC
From: neta-master at ywcafe dot net Assigned:
Status: Wont fix Package: xmlwriter (PECL)
PHP Version: 4.4.1 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2006-05-22 06:10 UTC] neta-master at ywcafe dot net
Description:
------------
can't compile with pecl command on RedHatLinux9.
(P.S Why no option "4.4.2" at "PHP version" form field on bug DB website ?)

# php -version
PHP 4.4.2 (cli) (built: Jan 28 2006 10:44:12)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

# rpm -qa | grep auto | sort
autoconf-2.57-3
autofs-3.1.7-36
automake-1.6.3-5
automake14-1.4p6-5.1
automake15-1.5-6

# rpm -qa | grep gcc | sort
gcc-3.2.2-5
gcc-c++-3.2.2-5
gcc-g77-3.2.2-5
gcc-gnat-3.2.2-5
gcc-java-3.2.2-5
libgcc-3.2.2-5

# pecl install xmlwriter
downloading xmlwriter-2.0.4.tgz ...
Starting to download xmlwriter-2.0.4.tgz (10,470 bytes)
.....done: 10,470 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version:         20020918
Zend Module Api No:      20020429
Zend Extension Api No:   20050606
configure.in:20: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure:2997: error: possibly undefined macro: AC_DEFINE
ERROR: `phpize' failed




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-26 15:30 UTC] rrichards@php.net
There is currently a configure issue for the latest releases of xmlwriter when installing for PHP 4. Until it is resolved, you will need to use the last known working version for PHP 4 (xmlwriter-2.0.2). To install it use the command:

pecl install xmlwriter-2.0.2
 [2008-05-04 12:43 UTC] rrichards@php.net
no longer supporting PHP 4
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 00:01:32 2024 UTC