尝试安装symfony2,我收到以下消息
您需要启用SQLite3或PDO_SQLite扩展名 分析器正常运行
我是通过macports
安装的$ sudo port install sqlite3
Password:
Warning: port definitions are more than two weeks old, consider using selfupdate
---> Computing dependencies for sqlite3
---> Deactivating sqlite3 @3.7.1_0+universal
---> Cleaning sqlite3
---> Activating sqlite3 @3.7.1_0
---> Cleaning sqlite3
imac27:bin ed_lea$ sudo apachectl graceful
检查它是否存在
$ which sqlite3
/opt/local/bin/sqlite3
它在我的路上
$ sqlite3
SQLite version 3.7.1
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
但我仍然遇到同样的错误。
我猜PHP无法看到它,但我不知道如何添加它。我没有使用os x附带的默认版本的PHP。这是我的php.ini文件(大图)http://cl.ly/2J2X0A0n1W2R1T0x3f30
的链接