The page for the REST PHP library at:
http://developer.myspace.com/community/libs/php.aspx
...states that it requires HTTP_Request. So I type (per the page's instructions):
pear install HTTP_Request
...and I get:
HTTP error, got response: HTTP/1.1 410 Gone
Didn't receive 200 OK from remote server. (HTTP/1.1 410 Gone)
The pear package does indeed seem to be there:
http://pear.php.net/package/HTTP_Request
Am I simply using pear incorrectly? Or is the pear server having problems?
Can somebody else try installing HTTP_Request via pear and duplicating the error?
Thanks.