Re: libpq.so.5 dependancy error installing pgsql onto linux 6.

From: Rares Aioanei <postgreslist(at)gmail(dot)com>
To: Thomas_OReilly <thomas(dot)edward(dot)oreilly(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: libpq.so.5 dependancy error installing pgsql onto linux 6.
Date: 2017-06-27 11:57:31
Message-ID: CAG9exGxjvWt7YM8u0VxzGT5xEZqqozMS23Z3kK1k4q1YP4Ws2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hey,

As you can see, rpm is telling you what to do : just download
'postgresql96-libs' and install it prior to installing the server.

On Tue, Jun 27, 2017 at 10:40 AM, Thomas_OReilly <
thomas(dot)edward(dot)oreilly(at)gmail(dot)com> wrote:

> I am trying to install postgresql onto a test server which has no internet
> access because of security reasons. Because of this I have to use the full
> download rpm but my attempt has failed with a dependancy error.
> *my box:*
> Linux ukdxsvsdwpifts 2.6.32-220.4.2.el6.x86_64 #1 SMP Mon Feb 6 16:39:28
> EST
> 2012 x86_64 x86_64 x86_64 GNU/Linux
> *I downloaded:*
> postgresql96-server-9.6.3-1PGDG.rhel6.x86_64.rpm
>
> *I get the following error:*
>
> sudo /bin/rpm -ivh
> /tmp/software/kong/postgresql96-server-9.6.3-1PGDG.rhel6.x86_64.rpm
> warning:
> /tmp/software/kong/postgresql96-server-9.6.3-1PGDG.rhel6.x86_64.rpm:
> Header
> V4 DSA/SHA1 Signature, key ID 442df0f8: NOKEY
> error: Failed dependencies:
> libpq.so.5()(64bit) is needed by
> postgresql96-server-9.6.3-1PGDG.rhel6.x86_64
> postgresql96(x86-64) = 9.6.3-1PGDG.rhel6 is needed by
> postgresql96-server-9.6.3-1PGDG.rhel6.x86_64
> postgresql96-libs(x86-64) = 9.6.3-1PGDG.rhel6 is needed by
> postgresql96-server-9.6.3-1PGDG.rhel6.x86_64
> ukdxsvsdwpifts TEST $
>
> Any suggestions?
> have i downloaded the correct file for my environment?
>
>
>
> --
> View this message in context: http://www.postgresql-archive.
> org/libpq-so-5-dependancy-error-installing-pgsql-onto-
> linux-6-tp5968825.html
> Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Turelinckx 2017-06-27 12:05:18 Re: Bus error in formatting.c NUM_numpart_to_char (9.4.12, 9.6.3, sparc)
Previous Message garton 2017-06-27 08:28:40 BUG #14719: Logical replication unexpected behaviour when target table has missing columns