Re: Missing pg_config on SuSE SLES 12 for PostgreSQL 10

From: Matthias Apitz <guru(at)unixarea(dot)de>
To: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
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 09:31:00
Message-ID: 20190429093100.GA5281@sh4-5.1blu.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

El día Monday, April 29, 2019 a las 10:24:34AM +0200, Christoph Moench-Tegeder escribió:

> ## 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.

Thanks. This gives:

# SUSEConnect --status
[{"identifier":"SLES","version":"12.3","arch":"x86_64","status":"Registered"}]
# SUSEConnect --list-extensions
AVAILABLE EXTENSIONS AND MODULES

MORE INFORMATION

You can find more information about available modules here:
https://www.suse.com/products/server/features/modules.html

# SUSEConnect -p sle-sdk/12.3/x86_64
Error: Registration server returned 'Product not (fully) mirrored on
this server.
Mirroring of the following repos has to be enabled on the SMT server:
* SLE-SDK12-SP3-Updates (sle-sdk,12.3,x86_64)
* SLE-SDK12-SP3-Pool (sle-sdk,12.3,x86_64)
' (422)
# SUSEConnect --list-extensions
AVAILABLE EXTENSIONS AND MODULES

MORE INFORMATION

You can find more information about available modules here:
https://www.suse.com/products/server/features/modules.html

I have to check with our IT department about this.

Regaars

matthias
--
Matthias Apitz, ✉ guru(at)unixarea(dot)de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Daulat Ram 2019-04-29 14:02:01 How to execute .sql file inside a postgres schema
Previous Message Christoph Moench-Tegeder 2019-04-29 08:24:34 Re: Missing pg_config on SuSE SLES 12 for PostgreSQL 10