Обсуждение: Install postgreSQL 9.0 in Linux Ubuntu 9.10

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

Install postgreSQL 9.0 in Linux Ubuntu 9.10

От
"francescoboccacci@libero.it"
Дата:
Dear all,
i tried to install postgresql 9.0 in my Linux Ubuntu 9.10. I follow these
steps that i found in:

http://www.russbrooks.com/2010/12/4/install-postgresql-9-on-ubuntu-linux

I know that : Tested on: Ubuntu 10.04


I received this error:

$ sudo apt-get install postgresql-9.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  postgresql-9.0: Depends: libc6 (>= 2.11) but 2.10.1-0ubuntu19 is to be
installed
                  Depends: libgssapi-krb5-2 (>= 1.8+dfsg) but 1.7dfsg~beta3-
1ubuntu0.13 is to be installed
                  Depends: libssl0.9.8 (>= 0.9.8k-1) but 0.9.8g-16ubuntu3.5 is
to be installed
                  Depends: postgresql-client-9.0 but it is not going to be
installed
E: Broken packages

Where i can found a documentation about how can i install postgresq 9.0 in
Ubuntu 9.10?

Thanks


Francesco Boccacci

Re: Install postgreSQL 9.0 in Linux Ubuntu 9.10

От
Steve Crawford
Дата:
On 07/07/2011 02:04 AM, francescoboccacci@libero.it wrote:
> Dear all,
> i tried to install postgresql 9.0 in my Linux Ubuntu 9.10.
> ...
>
> The following packages have unmet dependencies:
>    postgresql-9.0: Depends: libc6 (>= 2.11) but 2.10.1-0ubuntu19 is to be
> installed
>                    Depends: libgssapi-krb5-2 (>= 1.8+dfsg) but 1.7dfsg~beta3-
> 1ubuntu0.13 is to be installed
>                    Depends: libssl0.9.8 (>= 0.9.8k-1) but 0.9.8g-16ubuntu3.5 is
> to be installed
>                    Depends: postgresql-client-9.0 but it is not going to be
> installed
> E: Broken packages
>
> Where i can found a documentation about how can i install postgresq 9.0 in
> Ubuntu 9.10?
The best thing, if possible, is to upgrade Ubuntu. 9.10 is end-of-life
so in addition to difficulty installing PostgreSQL, you will be missing
important bug-fix and security updates.

If you absolutely can't do that, you can try the one-click installer
maintained by Enterprise DB which is supposed to work on 8.04+
(http://www.enterprisedb.com/products-services-training/pgdownload).

And you can always compile from source. However if you don't have all
the required software installed to compile from source you may have
difficulty updating your system to install anything needed since 9.04 is
no longer supported by Ubuntu.

Cheers,
Steve


Re: Install postgreSQL 9.0 in Linux Ubuntu 9.10

От
Scott Mead
Дата:
On Thu, Jul 7, 2011 at 10:49 AM, Steve Crawford <scrawford@pinpointresearch.com> wrote:
On 07/07/2011 02:04 AM, francescoboccacci@libero.it wrote:
Dear all,
i tried to install postgresql 9.0 in my Linux Ubuntu 9.10.
...


OpenSCG has deb's that will install cleanly:

http://www.openscg.com/se/postgresql/packages.jsp

--Scott
 

The following packages have unmet dependencies:
  postgresql-9.0: Depends: libc6 (>= 2.11) but 2.10.1-0ubuntu19 is to be
installed
                  Depends: libgssapi-krb5-2 (>= 1.8+dfsg) but 1.7dfsg~beta3-
1ubuntu0.13 is to be installed
                  Depends: libssl0.9.8 (>= 0.9.8k-1) but 0.9.8g-16ubuntu3.5 is
to be installed
                  Depends: postgresql-client-9.0 but it is not going to be
installed
E: Broken packages

Where i can found a documentation about how can i install postgresq 9.0 in
Ubuntu 9.10?
The best thing, if possible, is to upgrade Ubuntu. 9.10 is end-of-life so in addition to difficulty installing PostgreSQL, you will be missing important bug-fix and security updates.

If you absolutely can't do that, you can try the one-click installer maintained by Enterprise DB which is supposed to work on 8.04+ (http://www.enterprisedb.com/products-services-training/pgdownload).

And you can always compile from source. However if you don't have all the required software installed to compile from source you may have difficulty updating your system to install anything needed since 9.04 is no longer supported by Ubuntu.

Cheers,
Steve



--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Re: Install postgreSQL 9.0 in Linux Ubuntu 9.10

От
"Armin B. Resch"
Дата:
You might want to build it yourself (configure/make/make install).
Between this (https://help.ubuntu.com/community/CompilingEasyHowTo) and
pg install instructions, you should have all you need.
-ar

On Thu, 2011-07-07 at 11:04 +0200, francescoboccacci@libero.it wrote:
> Dear all,
> i tried to install postgresql 9.0 in my Linux Ubuntu 9.10. I follow these
> steps that i found in:
>
> http://www.russbrooks.com/2010/12/4/install-postgresql-9-on-ubuntu-linux
>
> I know that : Tested on: Ubuntu 10.04
>
>
> I received this error:
>
> $ sudo apt-get install postgresql-9.0
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>   postgresql-9.0: Depends: libc6 (>= 2.11) but 2.10.1-0ubuntu19 is to be
> installed
>                   Depends: libgssapi-krb5-2 (>= 1.8+dfsg) but 1.7dfsg~beta3-
> 1ubuntu0.13 is to be installed
>                   Depends: libssl0.9.8 (>= 0.9.8k-1) but 0.9.8g-16ubuntu3.5 is
> to be installed
>                   Depends: postgresql-client-9.0 but it is not going to be
> installed
> E: Broken packages
>
> Where i can found a documentation about how can i install postgresq 9.0 in
> Ubuntu 9.10?
>
> Thanks
>
>
> Francesco Boccacci
>