From: "Hansen, Mike" on
I'm on a older Solaris server with PHP 5.0.5. I'm trying to install Spreadsheet Excel Writer and the mail module using PEAR.

/usr/local/php-5.0.5/bin/pear config-set http_proxy ##.###.###.##:####

/usr/local/php-5.0.5/bin/pear install Spreadsheet_Excel_Writer-0.9.2 -alldeps
HTTP error, got response: HTTP/1.0 410 Gone
Didn't receive 200 OK from remote server. (HTTP/1.0 410 Gone)

Does anyone have any ideas on how I get past this HTTP error? Is it some PEAR config or network issue? How much of a pain in the butt would it be to manually install these modules? Will I end up in dependency hell?

Mike
(I posted this on the PHP general list until I realized that there's a PEAR mailing list.)
From: "Daniel O'Connor" on
Sounds like network/proxy unfortunately.

If you grab the .tar.gz file of the packages you want to install, you can do
it from the command line.

wget http://download.pear.php.net/package/Spreadsheet_Excel_Writer-0.9.2.tgz(or
with firtefox or whatever)
pear install Spreadsheet_Excel_Writer-0.9.2.tgz

Also of interest to you might be http://phpexcel.codeplex.com/ if you are
doing new development.




On Sat, May 15, 2010 at 6:59 AM, Hansen, Mike <Mike.Hansen(a)atmel.com> wrote:

> I'm on a older Solaris server with PHP 5.0.5. I'm trying to install
> Spreadsheet Excel Writer and the mail module using PEAR.
>
> /usr/local/php-5.0.5/bin/pear config-set http_proxy ##.###.###.##:####
>
> /usr/local/php-5.0.5/bin/pear install Spreadsheet_Excel_Writer-0.9.2
> -alldeps
> HTTP error, got response: HTTP/1.0 410 Gone
> Didn't receive 200 OK from remote server. (HTTP/1.0 410 Gone)
>
> Does anyone have any ideas on how I get past this HTTP error? Is it some
> PEAR config or network issue? How much of a pain in the butt would it be to
> manually install these modules? Will I end up in dependency hell?
>
> Mike
> (I posted this on the PHP general list until I realized that there's a PEAR
> mailing list.)
>
> --
> PEAR General Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>