php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7054 --with-java suddenly kills configure
Submitted: 2000-10-06 09:26 UTC Modified: 2000-11-01 12:19 UTC
From: torben@php.net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (06/10/2000) OS: Linux 2.2.15 i586 Mandrake
Private report: No CVE-ID: None
 [2000-10-06 09:26 UTC] torben@php.net
In the past seven days, something has happened which causes configure to 
fail.

Configuration script:

./configure \
  --with-java \
  --with-mysql=/usr/local/mysql \
  --with-gd \
  --with-apxs=/usr/local/apache/bin/apxs \
  --with-xml \
  --with-zlib=/usr/local \
  --with-curl=/usr/local \
  --enable-versioning \
  --enable-track-vars \
  --enable-sysvshm \
  --enable-sysvsem \
  --enable-sockets \
  --disable-debug

Output:
/usr/local/src/php4
shanna% ./apxs-config 
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... Configuration name missing.
Usage: ./config.sub CPU-MFR-OPSYS
or     ./config.sub ALIAS
where ALIAS is a recognized configuration type.

Interestingly, removing --with-java from the configuration script makes 
it go away. This has only happened within the last week--I compiled my 
last PHP 4 module on Sept 29, with no problems. This problem manifested 
after a complete wipe of the source tree and a fresh checkout of the php4, 
Zend, and TSRM modules.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-13 22:14 UTC] sniper@php.net
Just checking out whether this bug report is still valid?
Another note: Why even bother making bug reports of CVS versions??
They might be broken from time to time..

--Jani
 [2000-11-01 12:19 UTC] sniper@php.net
Please check the configure line..I had similar
problem and I had some empty line in config.nice.
(check it out!)

Reopen if you don't get it solved..

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 15:01:31 2024 UTC