php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56748 Failure to build/install
Submitted: 2005-12-27 13:48 UTC Modified: 2006-01-03 16:03 UTC
From: alex at milivojevic dot org Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 4.3.9 OS: CentOS 4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alex at milivojevic dot org
New email:
PHP Version: OS:

 

 [2005-12-27 13:48 UTC] alex at milivojevic dot org
Description:
------------
I'm attemtpting to install Fileinfo on CentOS 4
(equivalent to Red Hat Enterprise Linux 4).

First, I planned on building RPM from the sources,
and I got:

$ pear makerpm Fileinfo-1.0.2.tgz
`phpize' failed

Not much debugging info.  However, then I unpacked the
sources and attempted to use "pear build" command.  Got
a bit more verbose output:

$ pear build package.xml
running: phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
`phpize' failed

The versions of autoconf and automake are:

$ rpm -q autoconf automake
autoconf-2.59-5
automake-1.9.2-3



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-03 16:03 UTC] ilia at prohost dot org
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pecl.php.net/get/Fileinfo


 [2007-01-14 03:20 UTC] robinsom at robinson-west dot com
No, it is not fixed.

[root@xerxes ~]# pear install Fileinfo-1.0.4
PHP Warning:  mime_magic: type regex            BEGIN[[:space:]]*[{]    application/x-awk invalid in Unknown on line 0
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/lib/php4/fileinfo.so' - /usr/lib/php4/fileinfo.so: cannot open shared object file: No such file or directory in Unknown on line 0
downloading Fileinfo-1.0.4.tgz ...
Starting to download Fileinfo-1.0.4.tgz (5,835 bytes)
.....done: 5,835 bytes
3 source files, building
running: phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C
configure.in:65: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
`phpize' failed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC