【发布时间】:2015-02-25 04:49:02
【问题描述】:
当我安装 postgresql92-server postgresql92-contrib 我遇到了一些问题,详情如下
但我可以找到库
我的 linux 版本如下
【问题讨论】:
标签: linux postgresql-9.2 libssl libcrypto
当我安装 postgresql92-server postgresql92-contrib 我遇到了一些问题,详情如下
但我可以找到库
我的 linux 版本如下
【问题讨论】:
标签: linux postgresql-9.2 libssl libcrypto
【讨论】:
这应该可行:
export LD_LIBRARY_PATH=<include the location to the openssl lib folder>:$LD_LIBRARY_PATH
【讨论】: