SUSE Linux V11 SP3提供的postgresql的基本版本是Postgresql 9.1 - s390x。
但我们需要postgresql 9.5或9.6版本用于部署在s390x架构上的zLinux实例。
我只从我的搜索中找到了两个合适的包,即:
任何人都可以指点我一个链接/教程来获取它。
答案 0 :(得分:2)
这为您提供了在s390x平台上构建PostgresSQL 9.6的步骤。我们已经尝试过并试过了。
git clone https://github.com/postgres/postgres.git
cd postgres/
git checkout REL9_6_2
./configure
make
make check
sudo make install
有关更详细的步骤和依赖关系,请点击以下链接: https://github.com/linux-on-ibm-z/docs/wiki/Building-PostgreSQL-9.6
如果您遇到任何问题,请在此主题上发表评论。