Re: [GENERAL] Help: Installing 9.6 breaks local connections to 9.2on Centos 6.9 - Mailing list pgsql-general

From Devrim Gündüz
Subject Re: [GENERAL] Help: Installing 9.6 breaks local connections to 9.2on Centos 6.9
Date
Msg-id 1494881153.2986.27.camel@gunduz.org
Whole thread Raw
In response to Re: [GENERAL] Help: Installing 9.6 breaks local connections to 9.2 on Centos 6.9  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

On Mon, 2017-05-15 at 16:34 -0400, Tom Lane wrote:
> > bash-4.1$ /usr/pgsql-9.2/bin/psql -p 5432
> > psql: could not connect to server: Connection refused
> >        Is the server running locally and accepting
> >        connections on Unix domain socket
> > "/var/run/postgresql/.s.PGSQL.5432"?
>
> The default is actually compiled into libpq.so, not psql itself.
> So I'm thinking what's happening here is the 9.2 psql is picking
> up a libpq.so supplied by 9.6.

Yeah, sorry, my bad. I forgot that the RPMs also put a file under
/etc/ld.so.conf.d, so that the latest libpq is picked up.

Regards,
--
Devrim Gündüz
EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Attachment

pgsql-general by date:

Previous
From: Ken Tanzer
Date:
Subject: Re: [GENERAL] Help: Installing 9.6 breaks local connections to 9.2 onCentos 6.9
Next
From: Merlin Moncure
Date:
Subject: Re: [GENERAL] Insert performance and disk usage in JSON vs JSONB