BUG #16269: psql: error while loading shared libraries

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: infotodaniel(at)gmail(dot)com
Subject: BUG #16269: psql: error while loading shared libraries
Date: 2020-02-20 12:22:24
Message-ID: 16269-496be23121fd81e4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16269
Logged by: Daniel Prince
Email address: infotodaniel(at)gmail(dot)com
PostgreSQL version: 10.10
Operating system: CENT OS - 7
Description:

Hi ,
I Recently Upgraded from 9.5.3 to 10.10 on CENT os 7.
initially I configured postgres only with "--with-openssl" , then developer
asked for
libxml need to be enabled .
Then I installed postgres again with "--with-openssl --with-libxml" in a
different data and bin path,
and later up the database with the existing data folder, after this am
getting the Following error:
"psql: error while loading shared libraries: libpq.so.5: cannot open shared
object file: No such file or directory"
Kindly advise what to do to fix this ?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-02-20 14:52:30 Re: BUG #16269: psql: error while loading shared libraries
Previous Message hubert depesz lubaczewski 2020-02-20 11:12:57 Re: gen_random_uuid() is immutable in Pg 13devel