> > > > > I have just commited those changes. I would appreciate if people > > > tried > > > > > building PHP on their own platform and see if the build still works. > > > > > > > > > > Tested so far: > > > > > RadHat Linux 6.2 > > > > > FreeBSD 4.4-STABLE > > > > > > > > Trying on debian unstable with latest CVS I get: > > > > > > > > ./configure --with-apxs=/home/mfischer/apache/1.3.22/bin/apxs > > > > && make install > > > > > > > cp: cannot stat `sapi/cli/php': No such file or directory > > > > make[1]: *** [install-sapi] Error 1 > > > > make[1]: Leaving directory `/home/mfischer/isrc/cvs/php4' > > > > > > > > Looking into sapi/cli reveals the Makefile has been built, > > > > but the compiler didn't ran over it. Doing a manual 'make' in > > > > this dir, going to source basedir and doing 'make install' > > > > works though. > > > > > > Tested with Debian unstable and got no errors. forgot to run ./buildconf > > > ? ;) > > I could reproduce the problem. I'll see what I can do about it.
It should be fixed now. You need to run 'make' and 'make install' separatelly for now. Edin -- 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]