Gerald Timothy Quimpo said: > On Tue, 2002-07-09 at 01:26, Ina Patricia Lopez wrote: >> ./configure --with-apxs=/usr/local/apache/bin/apxs \ >> --with-config-file-path=/usr/local/apache/conf \ >> --with-mysql \ >> --enable-debug=no \ >> --enable-track-vars >
> generally, if you need it as an apache module AND as a binary > you build it twice. for PHP 4.2.x, you can specify the --enable-cli parameter at configure so that you won't need to build it twice. this will build both an apache module and a command-line executable. for PHP 4.3.x (under CVS), by default it builds both versions. you will need to specify --disable-cli if you don't want a command-line version. -andre _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
