操作PostgreSQL的过程中,在执行psql的时候,遇到了如下错误:
/path/to/postgresql/bin/psql: symbol lookup error: /usr/pgsql-9.2/bin/psql: undefined symbol: PQconnectdbParams
整理后发现是,PostgreSQL的动态链接库没有找到,于是:
echo "/path/to/postgresql/lib" >> /etc/ld.conf.d/pgsql.conf ldconfig
再次执行psql,恢复正常。
原创文章,作者:红豆殺,如若转载,请注明出处:http://www.178linux.com/741
评论列表(1条)
好文章