Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Rick
In article <[EMAIL PROTECTED]>, Daniel Brown <[EMAIL PROTECTED]> wrote: >And while I still prefer to remove the quotes, because I'm anal like >that, feel free to disregard that portion of my previous message. Those quotes are there for a reason. Most of the time they won't be needed, but if there

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Rick
In article <[EMAIL PROTECTED]>, Christopher Jones <[EMAIL PROTECTED]> wrote: >The config.nice shell script contains a re-runnable form of the previous >"configure" command. That's only good if you have the build directory and it's intact. You should always be able to use php -i. -- http://yosem

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

2008-03-12 Thread Keith Roberts
On Wed, 12 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 Keith Roberts <[EMAIL PROTECTED]> wrote: I used to compile PHP without any --with/out-pear ./confi

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

2008-03-12 Thread Sriram Natarajan
Did you try exporting PHP_PEAR_TEMP_DIR and PHP_PEAR_CACHE_DIR environment variables to a different location before building with '--with-pear' option thanks sriram Ofer Inbar wrote: Configuring PHP --with-pear=/some/other/dir has no effect on the problem; it still needs to write into /tmp/pe

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

2008-03-12 Thread Ofer Inbar
Configuring PHP --with-pear=/some/other/dir has no effect on the problem; it still needs to write into /tmp/pear/cache during make. Clobbering the existing /tmp/pear/cache and giving it a writeable directory succeeds. Although this enables me to build PHP with PEAR (and make the RPM), it's an uns

[PHP-INSTALL] installing pear --without-pear

2008-03-12 Thread Ofer Inbar
http://pear.php.net/manual/en/installation.php documents two options for installing the PEAR manager: 1. As part of PHP's make, as long as you don't do --without-pear 2. go-pear.php, which is interactive (and apparently "provisional") Is there a supported *noninteractive* way to install PEAR aft

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Christopher Jones
Jay Why wrote: How do I find out what flags php are compiled with now so I can include those when reconfiguring it. I want to make an addition, but I want to keep everything is already there now. How do I get a listing of that? -- Jay Why The config.nice shell script contains a re-runnable

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

2008-03-12 Thread Ofer Inbar
Keith Roberts <[EMAIL PROTECTED]> wrote: > I used to compile PHP without any --with/out-pear > ./configure options. This installed PEAR under the > --prefix=/usr/local/php-5.x.x directory path. > So everytime I upgraded PHP, I got a fresh installation of > PEAR in a different location. I now ha

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Daniel Brown
On Wed, Mar 12, 2008 at 1:53 PM, Rick <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > > Daniel Brown <[EMAIL PROTECTED]> wrote: > > >When running ./configure, if you use that information, just be > >sure to remove the quotes. > > Why? The quotes will be eaten by bash without a

[PHP-INSTALL] Remove Unsubscribe

2008-03-12 Thread Vik Rubenfeld
Remove Unsubscribe

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Rick
In article <[EMAIL PROTECTED]>, Daniel Brown <[EMAIL PROTECTED]> wrote: >When running ./configure, if you use that information, just be >sure to remove the quotes. Why? The quotes will be eaten by bash without any problem. -- http://dating.blameitonlove.com/

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Rick
In article <[EMAIL PROTECTED]>, Jay Why <[EMAIL PROTECTED]> wrote: >How do I find out what flags php are compiled with now so I can include >those when reconfiguring it. I want to make an addition, but I want to keep >everything is already there now. How do I get a listing of that? The easiest wa

Re: [PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Daniel Brown
On Wed, Mar 12, 2008 at 1:19 PM, Jay Why <[EMAIL PROTECTED]> wrote: > How do I find out what flags php are compiled with now so I can include > those when reconfiguring it. I want to make an addition, but I want to keep > everything is already there now. How do I get a listing of that? The eas

[PHP-INSTALL] What is php compiled with now?

2008-03-12 Thread Jay Why
How do I find out what flags php are compiled with now so I can include those when reconfiguring it. I want to make an addition, but I want to keep everything is already there now. How do I get a listing of that? -- Jay Why

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

2008-03-12 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 Keith Roberts <[EMAIL PROTECTED]> wrote: What about trying --with-pear=/another/directory or --wit