--- Bob Dankert <braendead@xxxxxxxxxxxxxxxxx> wrote:
> I have been playing with PEAR and PHP, trying to get it sucessfully
> installed on my system for some time -- unsucessfully so far. I am using
> PHP 4.3.1, Apache 2.0 which came packaged with Trustix Secure Linux 2.0.
> Trying 'lynx -source http://go-pear.org | php' results in the screen sitting
> and doing nothing (same effect as just entering 'php' on the command-line).
Seems like you have output buffering on in your php.ini. Turn that off
and try again.
BTW, I though that was something that was fixed ages ago in go-pear. My usual
strategy is to:
$ wget http://pear.php.net/go-pear
$ php -f go-pear
and work from there.
> Downloading the source manually from this page and parsing it (ie. php
> pear.php) has the same results.
> I thought that perhaps pear would already be installed because this is
> 4.3.1, however I find no evidence of it existing. Looking at the php
> configure options (provided by phpinfo()) do not show --without-pear.
>
> If anyone could offer any advice or other suggestions, I would be extremely
> appreciative.
>
> Thank you,
> Bob Dankert
>
>
>
>
>
> --
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
=====
--- Jesus M. Castagnetto (jcastagnetto@xxxxxxxxx)
Research:
http://metallo.scripps.edu/
Personal: http://www.castagnetto.org/
__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|