Date: 12/20/99
- Next message: Andrew Presley: "[PHP-DEV] exec"
- Previous message: stas <email protected>: "[PHP-DEV] PHP 4.0 Bug #3012: highlight_string dumps core when run standalone"
- In reply to: Shane Owenby: "[PHP-DEV] ./configure and docs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Andrew Presley: "[PHP-DEV] exec"
- Previous message: stas <email protected>: "[PHP-DEV] PHP 4.0 Bug #3012: highlight_string dumps core when run standalone"
- In reply to: Shane Owenby: "[PHP-DEV] ./configure and docs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

