← Back to team overview

ius-coredev team mailing list archive

[Bug 829406] Re: UPDATE REQUEST: php53u 5.3.7 is available upstream

 

Issue reproduced on EL6 Virtual server:

# ./buildconf --force
Forcing buildconf
buildconf: checking installation...
buildconf: You need autoconf 2.59 or lower to build this version of PHP.
           You are currently trying to use 2.63
           Most distros have separate autoconf 2.13 or 2.59 packages.
           On Debian/Ubuntu both autoconf2.13 and autoconf2.59 packages exist.
           Install autoconf2.13 and set the PHP_AUTOCONF env var to 
           autoconf2.13 and try again.
make: *** [buildmk.stamp] Error 1
[root@localhost php-5.3.7]# autoconf
autoconf       autoconf-2.13  

-----

Using the PHP_AUTOCONF seems to resolve the issue:

# which autoconf-2.13 
/usr/bin/autoconf-2.13

# export PHP_AUTOCONF=/usr/bin/autoconf-2.13

# ./buildconf --force
Forcing buildconf
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)


--------

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/829406

Title:
  UPDATE REQUEST: php53u 5.3.7 is available upstream

Status in IUS Community Project:
  In Progress

Bug description:
  New Source from Upstream: http://www.php.net/downloads.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/829406/+subscriptions


References