I am getting issue as -
psql: symbol lookup error: psql: undefined symbol: PQsetErrorContextVisibility
I also followed the link - psql: symbol lookup error: psql: undefined symbol: PQsetErrorContextVisibility
But was not able to solve that issue.
Command which I tried -
export LD_LIBRARY_PATH=/usr/pgsql_12/lib
And also looked for -
rpm -qa|grep postgresql
postgresql-libs-9.2.24-4.el7_8.x86_64
postgresql12-libs-12.3-5PGDG.rhel7.x86_64
postgresql11-libs-11.9-1PGDG.rhel7.x86_64
spacewalk-postgresql-clean-2.7.4-1.0.1.el7.noarch
postgresql12-contrib-12.3-5PGDG.rhel7.x86_64
postgresql12-12.3-5PGDG.rhel7.x86_64
postgresql12-devel-12.3-5PGDG.rhel7.x86_64
postgresql12-server-12.3-5PGDG.rhel7.x86_64
Can someone please help me with this? Thanks in advance!