RPMs from postgresql.org break CentOS/RHEL RPMs

From: Peter Krefting <peter(at)softwolves(dot)pp(dot)se>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: RPMs from postgresql.org break CentOS/RHEL RPMs
Date: 2020-03-19 12:41:55
Message-ID: alpine.DEB.2.20.2003191332260.9590@perkele.intern.softwolves.pp.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I have a system installed where one software is running a database
using the PostgreSQL 9.2 packages included in the CentOS/RHEL 7
release. On the side, I am trying to install another software that is
using the PostgreSQL 12 packages found at download.postgresql.org
(EL-7-x86_64). However, I am running into problems when both are
installed at the same time, the postgresql.org ones causes the CentOS
packages to fail at run-time:

psql: symbol lookup error: psql: undefined symbol: pqsignal
psql: symbol lookup error: psql: undefined symbol: pqsignal

# ldd /usr/bin/psql |grep pq
libpq.so.5 => /usr/pgsql-12/lib/libpq.so.5 (0x00007f93fcbe2000)
# /usr/bin/psql --version
psql (PostgreSQL) 9.2.24

How do I resolve this issue, to allow both programs to run on the same
host?

--
\\// Peter - http://www.softwolves.pp.se/

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Norberto Dellê 2020-03-19 12:53:56 Re: PostgreSQL 10 not archiving some WAL files
Previous Message Michael Paquier 2020-03-19 01:50:44 Re: PostgreSQL 10 not archiving some WAL files