Macports支持的最新php和postgresql版本是:
php5-postgresql @5.3.10_0
postgresql91 @9.1.3_0
postgresql91-server @9.1.3_0
但是,出于兼容性原因,我需要安装以下版本:
php5-postgresql @5.3.8_0
postgresql91 @9.1.1_0
postgresql91-server @9.1.1_0
这是我试过的命令:
sudo port install php5-postgresql @5.3.8_0+postgresql91 @9.1.1_0
......但这只是重新安装了9.1.3。
如何让Macports安装我需要的版本? THX!
答案 0 :(得分:1)
我认为您无法在@
符号后获得特定版本号。
但是,您可以通过执行类似的操作来获取旧版本的postgresql:
postgresql84
postgresql84-server
您可能需要检查mac ports站点。
以下是有关如何使用mac端口安装postgres的消息来源:
http://iosdeveloperforums.com/f23/installing-postgresql-osx-using-macports-52.html