私はSymfony2で働いています。次のコマンドを実行しようとしています:
php app/console doctrine:database:create
問題は、次のエラーが発生することです。
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/no-debug-non-zts-20090626/apc.so' - dlopen(/opt/local/lib/php/extensions/no-debug-non-zts-20090626/apc.so, 9): image not found in Unknown on line 0
Could not create database for connection named <comment>symfony</comment>
could not find driver
APCはすでにインストールされていますSymfony/web/config.php
が、問題がなかったので、CLIのphpのバージョンがApacheが実行しているバージョンとは異なることに気付きました。
Apacheが実行しているものにはAPCがインストールされているので、CLIで同じphpを実行したいのですが、どうすればよいですか?