Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Ofer Inbar
Keith Roberts <[EMAIL PROTECTED]> wrote: > What about trying --with-pear=/another/directory or > --without-pear? > > Once PEAR is installed, it is able to upgrade itself, so you don't > need to touch it after that. It only needs installing once. I may be wrong about this, but doesn't --with-pear=

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Keith Roberts
On Tue, 11 Mar 2008, Ofer Inbar wrote: To: php-install@lists.php.net From: Ofer Inbar <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache Daniel Brown <[EMAIL PROTECTED]> wrote: On Tue, Mar 11, 2008 at 5:36 PM, Ofer Inbar <[EMAIL PROTEC

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Ofer Inbar
Daniel Brown <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 5:36 PM, Ofer Inbar <[EMAIL PROTECTED]> wrote: > > Installing PEAR environment: /hlg/rpmbuild/buildroot/php-5.2.5-1- > > manual/usr/local/lib/php/download directory "/tmp/pear/cache" is not > > writeable. Change download_

Re: [PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Daniel Brown
On Tue, Mar 11, 2008 at 5:36 PM, Ofer Inbar <[EMAIL PROTECTED]> wrote: > Installing PEAR environment: /hlg/rpmbuild/buildroot/php-5.2.5-1- > manual/usr/local/lib/php/download directory "/tmp/pear/cache" is not > writeable. Change download_dir config variable to a writeable dir The

[PHP-INSTALL] PHP build --with-pear fails: conflict over /tmp/pear/cache

2008-03-11 Thread Ofer Inbar
I am trying to build PHP 5.2.5 for an RPM, on a system which already has PHP 5.2.4 installed (I built that RPM several months ago). In order to build the RPM, I first want to make and install into a temporary local directory, as an unprivileged user. The build fails with this error: Installi