Re: Missing pg_config on SuSE SLES 12 for PostgreSQL 10

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Matthias Apitz <guru(at)unixarea(dot)de>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Missing pg_config on SuSE SLES 12 for PostgreSQL 10
Date: 2019-04-29 08:24:34
Message-ID: 20190429082433.GA2396@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Matthias Apitz (guru(at)unixarea(dot)de):

> The server in question is SLES12-SP3 and I can't update to SP4 at the
> moment. I have installed the following pkg:

> # rpm -qa | egrep 'postgre|libpq' | sort
> libpq5-10.6-1.6.1.x86_64

Ah, right, there's also a postgresql10 in SP3.

> How can I activated/installed the "SDK" repositories to get rid of the
> PGDG packages? Thanks in advance.

Use SUSEConnect... "SUSEConnect --list-extensions" will show all available
extensions and the command lines to activate/deactivate them (the SDK
would be registered by running "SUSEConnect -p sle-sdk/12.3/x86_64", but
check first...). Alternatively you could use yast and friends.
You might have to deactivate the PGDG repos and remove those rpms, else
zypper might try to "upgrade" the Suse packages with the PGDG ones.

Else: get PostgreSQL 11 from the PGDG repos and hope Suse doesn't
give you their own postgresql11 packages sometime soon.

Regards,
Christoph

--
Spare Space

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias Apitz 2019-04-29 09:31:00 Re: Missing pg_config on SuSE SLES 12 for PostgreSQL 10
Previous Message Matthias Apitz 2019-04-29 08:06:29 Re: Missing pg_config on SuSE SLES 12 for PostgreSQL 10