【发布时间】:2020-10-19 09:06:24
【问题描述】:
我正在尝试在 SUSE Linux Enterprise Server 11 Patch 3 上安装 Postgresql 12.2。我运行 ./configure 直到出现一些消息 Use --without-readline to disable readline support
之后,我运行./configure --without-readline,直到出现消息Use --without-zlib,然后我运行/configure --without-zlib,它又回到Use --without-readline to disable readline support,它又回到--without-zlib。
我用谷歌搜索了这条消息,在 SUSE zypper search zlib 和 zypper search gcc 中搜索找到了线索,发现它已经安装了。
我又试了一次,但它又回到了原来的位置。
作为最后的手段,我运行./configure --without-readline --without-zlib,突然它起作用了。我可以安装 postgresql。
但我的问题是,我已经运行 configure with --without-readline 和 --without-zlib 同时运行/configure 对我的 postgresql 设置有什么影响?
【问题讨论】:
标签: postgresql suse postgresql-12 sles