Обсуждение: Suse Installations

Поиск
Список
Период
Сортировка

Suse Installations

От
Marcelo
Дата:
Hello,
    I've been trying to install postgres 8.1.3 from de sources in 2 Suse x86
machines, one with the 8.2 SUSE s.o. and the other whith the 9.0 one.

    Neither of the tryings where succesfull because the configure script=20
did
not work in any case.

    =BFIs there package or rpm for SUSE in developement going to be=20
published soon?


      Thanks for your attention,

Cordially,
Marcelo Mas
AT&G

Re: Suse Installations

От
"j6m"
Дата:
Up to SuSE 9.3, the Postgres versions shipped use version 3 of libpq.
Postgres 8.1.x use version 4.

Oddly enough, installing Postgres 8.1 works quite well with packages
requiring Postgres (e.g. snort, php) if you replace in /usr/lib all libpq
version 3 files with links to their version 4 counterparts.Nevertheless, if
you want something clean (Use the source Luke), you will have to rebuild all
these packages from source RPMs after having altered their spec files.

You may also want to go to the SuSE FTP server and see in the projects
directory. They release Postgres RPMs, but do not officially support them.

(see. ftp://ftp.gwdg.de/ftp/pub/linux/suse/projects/postgresql/, download
8.1.2 package and susbtitute in the SOURCES directory the 8.1.2 tarball with
the 8.1.3, amend the spec file in SPECS, for the remaining : man rpmbuild)

This does not concern SuSE 10.0+ users.

----- Original Message -----
From: "Marcelo" <mmas@atg.com.uy>
To: <pgsql-bugs@postgresql.org>
Sent: Thursday, March 09, 2006 3:52 PM
Subject: [BUGS] Suse Installations


Hello,
    I've been trying to install postgres 8.1.3 from de sources in 2 Suse x86
machines, one with the 8.2 SUSE s.o. and the other whith the 9.0 one.

    Neither of the tryings where succesfull because the configure script
did
not work in any case.

    ¿Is there package or rpm for SUSE in developement going to be
published soon?