php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2207 compile error in AIX 4.3.2
Submitted: 1999-09-01 01:33 UTC Modified: 1999-12-31 22:02 UTC
From: javatime at chollian dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 2 OS: AIX 4.3.2
Private report: No CVE-ID: None
 [1999-09-01 01:33 UTC] javatime at chollian dot net
1. when I execute "configure", I meet below error messges
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
is it OK?

TEST:/hanvit/php3apache/php-4.0b2>configure
loading cache ./config.cache
+ test -d libzend
+ cd libzend
+ /hanvit/php3apache/php-4.0b2/./libzend/configure --cache-file=/hanvit/php3apac



he/php-4.0b2/config.cache
loading cache /hanvit/php3apache/php-4.0b2/config.cache
checking for a BSD compatible install... /hanvit/php3apache/php-4.0b2/./libzend/
../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
.
.
.

2.TEST:/hanvit/php3apache/php-4.0b2>make

.
.
.
/usr/include/time.h:167: previous declaration of `timezone'
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-18 21:25 UTC] evan at cvs dot php dot net
You need to install automake. Please see http://sourceware.cygnus.com/automake/ for more information.
 [1999-12-31 22:02 UTC] sas at cvs dot php dot net
Thanks for the report, fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC