Markus Fischer wrote:
> 
> On Sun, Jun 09, 2002 at 06:35:44PM +0200, Tomas V.V.Cox wrote :
> > Jani Taskinen wrote:
> > >
> > > # make install
> > >
> > > /usr/src/web/php/php4/sapi/cli/php /usr/src/web/php/php4/pear/install-pear.php 
>/usr/src/web/php/php4/pear/package-*.xml
> > > /usr/src/web/php/php4/pear/PEAR/Frontend/CLI.php(71) : Fatal error - 
>Frontend::displayLine deprecated
> > >
> > > .
> > > .
> > > Installing program: pear
> > > cp: pear/scripts/pear: No such file or directory
> > > Installing program: phptar
> > > cp: pear/scripts/phptar: No such file or directory
> >
> > I've commited a patch for this one.
> 
>     I still get:
> 
> [PEAR] Archive_Tar    - installed: 0.9
> [PEAR] Console_Getopt - installed: 0.11
> [PEAR] Mail           - installed: 1.0
> [PEAR] PEAR           - installed: 0.90
> make[1]: Leaving directory `/home/mfischer/isrc/cvs/php4'
> make[1]: Entering directory `/home/mfischer/isrc/cvs/php4'
> /home/mfischer/isrc/cvs/php4/sapi/cli/php 
>/home/mfischer/isrc/cvs/php4/pear/install-pear.php 
>/home/mfischer/isrc/cvs/php4/pear/packages/*.tar
> [PEAR] DB             - installed: 1.2
> [PEAR] XML_Parser     - installed: 1.0
> [PEAR] XML_RPC        - installed: 1.0.3
> make[1]: Leaving directory `/home/mfischer/isrc/cvs/php4'
> Installing build environment
> Installing header files
> Installing program: phpize
> Installing program: php-config
> Installing program: pear
> cp: cannot stat `pear/scripts/pear': No such file or directory
> Installing program: phptar
> cp: cannot stat `pear/scripts/phptar': No such file or directory
> Installing program: phpextdist
> 
>     'pear' seems to get installed properly though, but not peartar:
> 
> $ which pear
> /home/mfischer/php4/bin/pear
> $ which peartar
> $

The 'pear' command is no longer installed by 'make', it's installed by
the installer itself (install-pear.php) which has some 'make'
capabilities. I've removed the unused parts in Makefile.frag and moved
'phptar' to the Archive_Tar package where makes more sense to be.

Tell me if something doesn't work correctly now.

Tomas V.V.Cox

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to