PostgreSQL on SLES11

Unable to install PostgreSQL on SLES11, can you help how to install it.
I just downloaded postgresql-9.1.3-2-linux-x64.run on postgres.org but i’m not able to install.
Thanks for the help

On Tue, 29 May 2012 05:44:01 +0000, budikdik wrote:
[color=blue]

Unable to install PostgreSQL on SLES11, can you help how to install it.
I just downloaded postgresql-9.1.3-2-linux-x64.run on postgres.org but
i’m not able to install.[/color]

What have you tried?

A .run file isn’t going to install with the package manager, typically
you need to make it executable and then run it (most likely as root).

Jim

Jim Henderson, CNA6, CDE, CNI, LPIC-1, CLA10, CLP10
Novell Knowledge Partner

On 29/05/2012 06:44, budikdik wrote:
[color=blue]

Unable to install PostgreSQL on SLES11, can you help how to install it.
I just downloaded postgresql-9.1.3-2-linux-x64.run on postgres.org but
i’m not able to install.
Thanks for the help[/color]

SLES11 (SP0 through SP2) all include PostgreSQL 8.3.x.

To install PostgreSQL 9.1.x on SLES11 SPx why not use packages that have
already been built and made available via the openSUSE Build Service @
https://build.opensuse.org/package/show?project=server%3Adatabase%3Apostgresql&package=postgresql
?

You need to add the relevant repository from the following depending on
your version of SLES11

SLES11 SP2:
http://download.opensuse.org/repositories/server:/database:/postgresql/SLE_11_SP2
SLES11 SP1:
http://download.opensuse.org/repositories/server:/database:/postgresql/SLE_11_SP1
SLES11:
http://download.opensuse.org/repositories/server:/database:/postgresql/SLE_11

Then you can simply install the PostgreSQL packages which should be the
later version.

HTH.

Simon
Novell/SUSE/NetIQ Knowledge Partner


Do you work with Novell technologies at a university, college or school?
If so, your campus could benefit from joining the Novell Technology
Transfer Partner (TTP) program. See TTP Organization | Micro Focus for more details.

As a sidenote, this is completely unsupported by SUSE :slight_smile:
But I agree on using extra repos in contrast to installing a .run file etc, if one must use 9.1, though.