dergachev / vagrant_drupal

Deploy a local Drupal development stack with Vagrant.
9 stars 2 forks source link

Error: Package not found in PEAR or PECL #12

Closed pixelite closed 11 years ago

pixelite commented 11 years ago

When running vagrant up, I get fatal error messages related to pear_dependencies:

Package pdo not found in either PEAR or PECL.

or if I comment that out,

Package apc not found in either PEAR or PECL.

Details: https://gist.github.com/77bf3af47e8f7c3a111e

dergachev commented 11 years ago

This seems to be because a new update to the PHP cookbook makes PEAR and PECL package names case sensitive.

See:

Also (unrelated) installing PDO is probably no longer necessary, as its apparently provided by php5-mysql.

pixelite commented 11 years ago

Closed by 95fbdd39c271f00eabd11a3aba9632b7a609b69e