Make target install-pear is failing

php.internals

Ben Ramsey

7 years ago
Earlier today, someone reported pear.php.net as being down. I checked, and it’s loading, so I sent it back to them for Feedback. Later, I built PHP with PEAR so I could use the `pecl` command to install an extension for testing. When I ran `make install`, I got a nasty failure on the `install-pear` target. It’s getting a 404 on the PHAR file. Take a look at https://bugs.php.net/bug.php?id=77604 Additionally, it looks like all the PEAR manual files are gone, so maybe the site went down and didn’t come back up properly? Cheers, Ben

Christoph Becker

7 years ago
On 12.02.2019 at 00:42, Ben Ramsey wrote:
> Earlier today, someone reported pear.php.net as being down. I checked, and it’s loading, so I sent it back to them for Feedback. Later, I built PHP with PEAR so I could use the `pecl` command to install an extension for testing. When I ran `make install`, I got a nasty failure on the `install-pear` target. It’s getting a 404 on the PHAR file. > > Take a look at https://bugs.php.net/bug.php?id=77604 > > Additionally, it looks like all the PEAR manual files are gone, so maybe the site went down and didn’t come back up properly?
See <https://twitter.com/pear>.
-- Christoph M. Becker

Ben Ramsey

7 years ago
> On Feb 11, 2019, at 18:04, Christoph M. Becker <cmbecker69@gmx.de> wrote: > > On 12.02.2019 at 00:42, Ben Ramsey wrote: > >> Earlier today, someone reported pear.php.net as being down. I checked, and it’s loading, so I sent it back to them for Feedback. Later, I built PHP with PEAR so I could use the `pecl` command to install an extension for testing. When I ran `make install`, I got a nasty failure on the `install-pear` target. It’s getting a 404 on the PHAR file. >> >> Take a look at https://bugs.php.net/bug.php?id=77604 >> >> Additionally, it looks like all the PEAR manual files are gone, so maybe the site went down and didn’t come back up properly? > > See <https://twitter.com/pear>.
I saw that after posting here. :-) In the meantime, is there a copy of the PEAR installation Phar file somewhere else, so I can install PEAR? Cheers, Ben

Christoph Becker

7 years ago
On 12.02.2019 at 01:08, Ben Ramsey wrote:
> In the meantime, is there a copy of the PEAR installation Phar file somewhere else, so I can install PEAR?
You can get the installers from <https://github.com/pear/pearweb_phars/releases>.
-- Christoph M. Becker

Ben Ramsey

7 years ago
> On Feb 11, 2019, at 18:21, Christoph M. Becker <cmbecker69@gmx.de> wrote: > > You can get the installers from > <https://github.com/pear/pearweb_phars/releases>.
Perfect! Thanks! Cheers, Ben