symfonyのpluginのインストール
symfonyのプラグインのインストールにはPEARが必要。当たり前かもしれないけど念のため。
PEARがインストールされていないと以下のようなエラーメッセージが出た。
[root@db sf_sandbox]# php symfony plugin:install sfGuardPlugin
>> plugin installing plugin "sfGuardPlugin"
PHP Warning: require_once(PEAR.php): failed to open stream: No such file or dir
ectory in /var/www/html/sf_sandbox/lib/symfony/plugin/sfPearEnvironment.class.ph
p on line 15
PHP Fatal error: require_once(): Failed opening required 'PEAR.php' (include_pa
th='/var/www/html/sf_sandbox/lib/symfony/plugins/sfPropelPlugin/lib/task/../vend
or:.:/usr/share/pear:/usr/share/php:/var/www/html/sf_sandbox/lib/symfony/plugins
/sfPropelPlugin/lib/task/../vendor') in /var/www/html/sf_sandbox/lib/symfony/plu
gin/sfPearEnvironment.class.php on line 15
yum install php-pear で解決。