php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21511 config.status warning during ./configure
Submitted: 2003-01-08 01:38 UTC Modified: 2003-01-09 10:39 UTC
From: tolga at kadikoy-bld dot gov dot tr Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.3.0 OS: AIX 4.3.3 - Tru64 V4.0G
Private report: No CVE-ID: None
 [2003-01-08 01:38 UTC] tolga at kadikoy-bld dot gov dot tr
System : IBM RS/6000 7044-270
OS     : AIX 4.3.3 (Maintenance Level 10 applied)
./configure --with-apxs=blablabla
after License and register global warnings displayed an error message
appears

Olders versions (4.0.6,4.2.1,4.2.2,4.2.3) configured and compiled good
but 4.3.0 don't configuring...Maybe an autoconf issue i don't know...
Autoconf version 2.13

and following output :
------- cut here --------

./config.status[1814]: 6: bad file unit number
./config.status[1815]: 6: bad file unit number
-------- cut here -------

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-08 16:38 UTC] nicos@php.net
It was also reported under Tru64 V4.0G.

User says:

The line in question from config.status is:
echo """" 1>&6

</quote>
 [2003-01-09 10:17 UTC] nicos@php.net
Analyzed, it looks AIX and Tru64 don't support :
"cat<<X


X"
in configure.in.

 [2003-01-09 10:39 UTC] sniper@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 17:01:30 2024 UTC