On Sun, Jan 13, 2002 at 12:06:58AM +0100, Edin Kadribasic wrote : > > It works with and without your latest CVS commit (and PM you > > sent me) as long as you do make && make install and not just > > make install (as I'm always doing it). Still not a good idea > > .. but I'm not ranting, I'm glad we've cli now :) > > I'm learning about the php build system as I go :) I'll try to fix it so > doing only 'make install' will make the cli as well. > > What should we do about combined cgi/cli build? Both are built, but 'make > install' installs them in the same location, so cgi gets overwritten.
The CGI needs to be renamed properly I guess then (just an idea). > Also, should I add --with-cli option which would build only cli? As it is > now, you have to compile one SAPI other than cli. It will not increase the > speed of the build that much since building any SAPI is quite fast already. That one I don't know. But one thing I know. If you try to compile --with-pcntl now, and you use --with-apxs, the ./configure process tries to be smart and bails out, saying that pcntl does not work with apache sapi. Seems we need some more smart changes to the build process. -- Please always Cc to me when replying to me on the lists. -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]