Hey guys,

A server I'm using has PHP compiled into Apache, and I want to leave that alone and just build a CLI version of php. Can I get away with just going:

./configure --with-mysql --prefix=/some/home/dir
make
make install

? I dont' want to upset the existing apache installation of PHP or anything, just want a CLI exe in my home dir to do some stuff with.

thanks,
neko

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



Reply via email to