Installing Pear-JSON package on Ubuntu

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

Installing Pear-JSON package on Ubuntu

Post by ^rooker »

I wanted to install the PEAR JSON package on an existing installation of Ubuntu Server 6.06.

Running "pear search json" complained about pear.php.net having changed their protocol, so I did a:

Code: Select all

pear channel-update pear.php.net
Still the search did not list any results, so I wanted to update my package infos.

Code: Select all

pear update-channels
This gave me an error, telling me to install XML_RPC. So I did.

Code: Select all

pear install XML_RPC
Now I ran "pear update-channels" again, getting:
server error. method not found
So I updated the PEAR installation itself:
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply