I am trying to install PHP 5.6 with Postgresql using homebrew using this tutorial.
However, as I do not want to use mysql and apache, when installing php 5.6 I use this command :
brew install php56 --without-mysql --without-apache --with-pgsql=/Applications/Postgres.app/Contents/Versions/9.4/bin/
However, I does not install postgres support. The first line I see is all the time :
==> Installing php56 with --without-mysql, --without-apache
But nothing regarding --with-pgsql.
When I try not to specify the link towards my postgres app, it tells me it cannot find pg_config. It also told me that --with-pgsql is deprecated and that I have to use --with-postgresql but in the end, it does not change anything.
As anyone any idea of what could go be going on ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…