Re: Installation of Postgres 32Bit on 64 bit machine

From: "Douglas McNaught" <doug(at)mcnaught(dot)org>
To: cinu <cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Installation of Postgres 32Bit on 64 bit machine
Date: 2008-05-19 21:57:00
Message-ID: 5ded07e00805191457q19166825x96c060fe62ca6b03@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 19, 2008 at 1:40 PM, cinu <cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in> wrote:
> Hi All,
>
>
>
> I am trying to install PostgreSQL(postgresql-8.2.4-1PGDG.i686.rpm) on a 64
> bit machine, when I try to install I get the following error message:
>
>
>
> :/home/dump/postgres32bit # rpm -ivh postgresql-server-8.2.4-1PGDG.i686.rpm
> postgresql-8.2.4-1PGDG.i686.rpm postgresql-libs-8.2.4-1PGDG.i686.rpm
> warning: postgresql-server-8.2.4-1PGDG.i686.rpm: Header V3 DSA signature:
> NOKEY, key ID 20579f11
> error: Failed dependencies:
> libcrypto.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686
> libreadline.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686
> libssl.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686
> initscripts is needed by postgresql-8.2.4-1PGDG.i686
> libcrypto.so.4 is needed by postgresql-8.2.4-1PGDG.i686
> libreadline.so.4 is needed by postgresql-8.2.4-1PGDG.i686
> libssl.so.4 is needed by postgresql-8.2.4-1PGDG.i686
> libcrypto.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686
>
> libssl.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686
>
>
>
> This installation is being done on SUSE linux 10, please let me know if
> there is any alternative with which I can bypass these errors and make the
> installation successful.

You need to install 32-bit versions of the libraries PG depends on.
They can coexist alongside the 64-bit versions.

-Doug

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Decibel! 2008-05-19 23:14:10 Re: Would like to sponsor implementation of MATERIALIZED VIEWS
Previous Message Zoltan Boszormenyi 2008-05-19 19:22:32 Re: [HACKERS] WITH RECURSIVE patch V0.1