![]() | 1 Alpha OP 谁有相关的安装经验 |
![]() | 2 47jm9ozp 2014-07-24 14:57:28 +08:00 Building brew install php55 --with-pgsql relies on postgresql the formula. It requires that you have installed the postgresql formula with brew install postgresql, which is not the case for you (Server.app) which pg_config should outpout /usr/local/bin/pg_config pg_config --includedir should outpout /usr/local/Cellar/postgresql/9.3.1/include Install postgresql formula first, then you will be able to compile PHP 5.5 --with-pgsql https://github.com/Homebrew/homebrew-php/issues/799 |
3 Havee 2014-07-24 15:06:50 +08:00 --with-pgsql 你用得到吗?用不到去掉 |
![]() | 4 Alpha OP 这个是用到的 |
![]() | 5 jsq2627 2014-07-24 16:02:01 +08:00 先 brew 安装 postgresql |
![]() | 6 vvtommy 2014-07-30 18:07:55 +08:00 跑个题啊,为什么在mac下装这个呢?如果对环境要求不高,用MAMP之类工具就行。如果对环境要求高,你的生产环境是OSX吗?不是的话,vagrant完全满足需求。 |
![]() | 7 zhuzhenyu 2014-08-19 21:03:21 +08:00 |