Re: postgresql-10.3 on unbuntu-17.10 - how??

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Stuart McGraw <smcg4191(at)mtneva(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql-10.3 on unbuntu-17.10 - how??
Date: 2018-03-21 18:14:30
Message-ID: 94212f05-9eb9-15ff-6119-f364b80d12d3@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/21/2018 10:59 AM, Stuart McGraw wrote:
> On 03/21/2018 07:02 AM, Adrian Klaver wrote:
>> On 03/20/2018 10:52 PM, Stuart McGraw wrote:
>> Looks like these posts are coming through a news group to me.
>> I am Ccing list to get response back there.
>
> Is this something I am doing wrong?  I am posting through the gmane
> newsgroup
> which in turn is bi-directionally gatewayed to the list AIUI.

Probably more on my side. I use Reply All and that tells me it will not
post back to a newsgroup address, so unless the -general address is the
From: or Cc: it is just going back to you directly From: me only. I just
CCed the list back in to get the thread back in front of more eyes.

>

>> If it where me I would simplify the above for the moment to :
>>
>> apt-get install postgresql-10
>
> Tried on a fresh Ubuntu-17.10 install (with no postgresql at all installed)
> but similar problem persists with the postgresql from the pgdg bionic repo:
>
>   # apt-get install postgresql-10
>   ...
>   The following packages have unmet dependencies:
>    postgresql-10 : Depends: postgresql-client-10
>                    Depends: libicu60 (>= 60.1-1~) but it is not
> installable
>                    Depends: libpq5 (>= 9.3~) but it is not going to be
> installed
>                    Depends: libssl1.1 (>= 1.1.0) but it is not installable
>                    Recommends: sysstat but it is not going to be installed
>   E: Unable to correct problems, you have held broken packages.
>

Looks like forward compatibility issues, your 17.10 does not have the
newer versions of files needed by the 18.04 Postgres packages and it
will not install them as they probably would break other programs in
17.10. If it does not work going forward maybe it will work going
backward, see if you have any better luck using the 16.04(Xenial) repo.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albrecht Dreß 2018-03-21 18:15:36 Re: FDW Foreign Table Access: strange LOG message
Previous Message Stuart McGraw 2018-03-21 17:59:37 Re: postgresql-10.3 on unbuntu-17.10 - how??