when using chef 11.4.0 on an ubuntu 10.04 with the php cookbook (version 1.2.2). I am getting an error
RuntimeError: Package PEAR not found in either PEAR or PECL.
The relevant recipe code is as follows
php_pear "PEAR-drush" do
package_name "PEAR"
version "1.9.1"
action :upgrade
end
I get this same error with any pear package I try to install.
How can I resolve this issue?