On Sat, Jan 12, 2002 at 11:51:24PM +0100, Edin Kadribasic wrote : 
> > > > > > 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.

    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 :)

-- 
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]

Reply via email to