2012-06-26 107 views
0

我在用自制軟件安裝postgresql 9.1.4時遇到錯誤。我用盡了一切我能想到的解決,包括問題....brew安裝postgresql在Mac OS X Lion上失敗(10.7.4)使用XCode 4.3.3

  • 運行brew install --use-gcc postgresql
  • 運行brew install --use-clang postgresql
  • 運行brew install --use-llvm postgresql
  • 運行CC=/usr/bin/gcc-4.2 brew install postgresql
  • 運行export CC=/usr/bin/gcc-4.2 && brew install postgresql
  • 正在運行brew install postgresql --32-bit
  • 正在運行brew install postgresql --without-ossp-uuid
  • 運行brew install postgresql --no-python
  • 運行PYTHON=/usr/local/bin/python brew install postgresql

我注意到,postgreqsl 9.0.4已經被安裝在系統上,但很多,我會希望是有缺失的,這樣的命令因爲initdbpg_ctl,所以我不想使用該版本。

我懷疑我遇到的問題是由系統版本的postgresql庫引起的,但我不知道如何測試這個。

有什麼想法?我發佈了運行brew install postgresql的詳細輸出。 https://gist.github.com/2998598

回答