No release with state equal to: 'stable' found for
chris (2006-02-24 18:28:38)
Pear complains if it doesn't see a post-alpha version of the package you're trying to install. This is easily overcome by tweaking one of the pear config options using the following statement beforehand:
pear config-set preferred_state alpha
Now try your install again. It'll work I promise
easy
christo