On Thursday 15 April 2004 20:49, Enrico Weigelt wrote:
> * Dave Carrera <[EMAIL PROTECTED]> [2004-04-15 11:14:45 +0100]:
> > Hi List,
> >
> > How do I compile php without apache, with mysql (client is installed) as
> > cli.
>
> ./configure --enable-cli --with-mysql


I believe cgi is enabled by default, so

   ./configure --disable-cgi --enable-cli --with-mysql

would be better.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Happiness is just an illusion, filled with sadness and confusion.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to