1
Alpha OP PRO 谁有相关的安装经验
|
2
47jm9ozp Jul 24, 2014
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
Busy Jul 24, 2014
--with-pgsql
你用得到吗?用不到去掉 |
4
Alpha OP PRO 这个是用到的
|
5
jsq2627 Jul 24, 2014
先 brew 安装 postgresql
|
6
vvtommy Jul 30, 2014
跑个题啊,为什么在mac下装这个呢?如果对环境要求不高,用MAMP之类工具就行。如果对环境要求高,你的生产环境是OSX吗?不是的话,vagrant完全满足需求。
|
7
zhuzhenyu Aug 19, 2014
|