psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

linux遇到一个Postgresql的问题,在调用pg_restore时:

./pg_restore -h 127.0.0.1 -p 5432 -U postgres -v -d dbname /usr/local/backup.tar

出了一个错

psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

由于此程序用的pg_restore是单独的,而现在linux系统上也装了一个postgresql,同样的命令在postgresql下运行良好,查了一下,怀疑是动态链接库没有找对,所以设置一个临时的指向到了当前这个独立版本的pg_restore目录里:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/myapp/bin/

 

然后运行pg_restore成功。

时间: 2024-09-25 14:08:39

psql error: psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams的相关文章

error: tic: undefined symbol: _nc_check_termtype2 ? tic could not build /usr/share/terminfo

** Building terminfo database, please wait... Running tic to install /usr/share/terminfo ...         You may see messages regarding extended capabilities, e.g., AX.         These are extended terminal capabilities which are compiled         using    

perl操作MongoDB报错undefined symbol: HeUTF8解决方法_perl

因为shell操作mongo比较麻烦,只好尝试使用perl操作mongo,perl需要操作mongodb必须先安装相应的驱动,大部分人使用cpan安装,个人觉得太麻烦,使用cpanm安装perl模块. 复制代码 代码如下: # cpanm MongoDB --> Working on MongoDB Fetching http://www.cpan.org/authors/id/F/FR/FRIEDO/MongoDB-0.702.1.tar.gz ... OK Configuring Mongo

Apache启动提示错误undefined symbol: libiconv

  这篇文章主要介绍了Apache启动提示错误undefined symbol: libiconv_open解决方法,需要的朋友可以参考下 昨晚整合apache和php是实在找不到解决办法,Google 百度都转一圈了,总算在百度找回来解决方法,记录一下,这个问题是在apache启动时出现的: ./apachectl start提示下面的错误: 代码如下: httpd: Syntax error on line 57 of /usr/local/apache2/conf/httpd.conf:

Apache启动提示错误undefined symbol: libiconv_open解决方法_Linux

昨晚整合apache和php是实在找不到解决办法,Google 百度都转一圈了,总算在百度找回来解决方法,记录一下,这个问题是在apache启动时出现的: ./apachectl  start提示下面的错误: 复制代码 代码如下: httpd: Syntax error on line 57 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /

FAILED: Hive Internal Error: java.lang.RuntimeException(Error while making MR scratch directory异常的解决

hive> select * from dummy; FAILED: Hive Internal Error: java.lang.RuntimeException(Error while making MR scratch directory - check filesystem config (null)) java.lang.RuntimeException: Error while making MR scratch directory - check filesystem config

Yum报错“undefined symbol: CRYPTO_num_locks”问题排查

Yum无法使用,报错如下: /usr/lib64/python2.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks ldd /usr/lib64/python2.7/site-packages/pycurl.so 查看一下动态库连接,注意libcurl的位置 查看一下libcurl是否有什么异常的配置 ldconfig -v | grep libcurl 发现两个libcurl 检查ld.so.conf的配置 对比正常的测

[ERROR] Slave I/O: error connecting to master

刚配置的MySQL主从,在从机上看到 点击(此处)折叠或打开 mysql> SHOW slave STATUS \\G *************************** 1. row ***************************                Slave_IO_State: Connecting to master                   Master_Host: 172.17.210.199                   Master_User

Database Crash With ORA-27063 and OS Error: 5: I/O Error

Oracle Database - Enterprise Edition - Version 8.1.6.0 to 11.2.0.0 [Release 8.1.6 to 11.2]Oracle Database - Enterprise Edition - Version 11.2.0.2 to 11.2.0.2 [Release 11.2]Information in this document applies to any platform.***Checked for relevance

lnk1112- C++与MATLAB混合编程问题, error LNK2019与fatal error LNK1112

问题描述 C++与MATLAB混合编程问题, error LNK2019与fatal error LNK1112 为什么最简单的例子都没有办法实现,一直提示无法解析的外部符号.感觉需要的环境应该配置对了啊,求助! 具体问题请移步到论坛:http://bbs.csdn.net/topics/390921793