Re: [PHP-DEV] ./configure and docs From: rasmus <email protected>
Date: 12/20/99

> 1. README.configure (from apache-1.3.10-dev) has 3 ways to build PHP. Step
> two doesn't seem to be supported by PHP any longer (the other 2 ways still work).

That mechanism has been deprecated and I have fixed README.configure in
Apache CVS.

> 2. No matter how I run ./configure this error always happens:
> ...
> updating cache ./config.cache
> creating ./config.status
> ./configure: -q: command not found
> ./configure: -q: command not found
> creating Makefile
> ...
>
> I have ran make -f build.mk cvsclean, and rm -f config.cache, but nothing seems
> to help. Am I not calling ./configure with a special option that is needed?
> I also tried ./configure --enable-maintainer-mode.

Which PHP version?

Try the trivial case:

./buildconf; ./configure; make

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>