Re: Installation of Postgres 32Bit on 64 bit machine

Lists: pgsql-hackers
From: cinu <cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Installation of Postgres 32Bit on 64 bit machine
Date: 2008-05-19 11:40:27
Message-ID: 464101.96501.qm@web7906.mail.in.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

<table cellspacing='0' cellpadding='0' border='0' ><tr><td style='font: inherit;'><P>Hi All, </P>
<P>&nbsp;</P>
<P>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:</P>
<P>&nbsp;</P>
<P><FONT color=#ff4040>:/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<BR>warning: postgresql-server-8.2.4-1PGDG.i686.rpm: Header V3 DSA signature: NOKEY, key ID 20579f11<BR>error: Failed dependencies:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libcrypto.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libreadline.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libssl.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initscripts is needed by postgresql-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libcrypto.so.4 is needed by postgresql-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libreadline.so.4 is needed by
postgresql-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libssl.so.4 is needed by postgresql-8.2.4-1PGDG.i686<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libcrypto.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686</FONT></P>
<P><FONT color=#ff4040>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libssl.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686</FONT></P>
<P><FONT color=#ff4040></FONT>&nbsp;</P>
<P><FONT color=#000000>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.</FONT></P>
<P>&nbsp;</P>
<P>Thanks in advance</P>
<P>Regards</P>
<P>Cinu</P>
<P>&nbsp;</P></td></tr></table><br>

<!--2--><hr size=1></hr> Planet Earth is in the hot seat. <a href="http://in.rd.yahoo.com/tagline_glue_2/*http://in.search.yahoo.com/search?&fr=na_onnetwork_mail_taglines&ei=UTF-8&rd=r1&p=global+warming">Know more.</a>

Attachment Content-Type Size
unknown_filename text/html 2.1 KB

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


From: cinu <cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in>
To: Douglas McNaught <doug(at)mcnaught(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Installation of Postgres 32Bit on 64 bit machine
Date: 2008-05-20 06:42:23
Message-ID: 281062.19120.qm@web7907.mail.in.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

<table cellspacing='0' cellpadding='0' border='0' ><tr><td style='font: inherit;'>Hi, <BR><BR>Thanks for the reply...<BR>When you are saying that I need to install 32 bit version of Libraries, are you referring to the libraries that are specified in the error message, I infact searched for the libraries and got it installed but some of the libraries are not available for SUSE Linux, if you install any other libraries it does not resolve the error.<BR>Please let me know what has to be done to resolve this issue.<BR><BR>Thanks in advance<BR>Regards<BR>Cinu<BR><BR>--- On <B>Tue, 20/5/08, Douglas McNaught <I>&lt;doug(at)mcnaught(dot)org&gt;</I></B> wrote:<BR><BLOCKQUOTE STYLE='border-left-color: #1010ff; border-left-width: 2px; border-left-style: solid; margin-left: 5px; padding-left: 5px'>From: Douglas McNaught &lt;doug(at)mcnaught(dot)org&gt;<BR>Subject: Re: [HACKERS] Installation of Postgres 32Bit on 64 bit machine<BR>To: "cinu"
&lt;cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in&gt;<BR>Cc: pgsql-hackers(at)postgresql(dot)org<BR>Date: Tuesday, 20 May, 2008, 3:27 AM<BR><BR><PRE>On Mon, May 19, 2008 at 1:40 PM, cinu &lt;cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in&gt; wrote: &gt; Hi All, &gt; &gt; &gt; &gt; I am trying to install PostgreSQL(postgresql-8.2.4-1PGDG.i686.rpm) on a 64 &gt; bit machine, when I try to install I get the following error message: &gt; &gt; &gt; &gt; :/home/dump/postgres32bit # rpm -ivh postgresql-server-8.2.4-1PGDG.i686.rpm &gt; postgresql-8.2.4-1PGDG.i686.rpm postgresql-libs-8.2.4-1PGDG.i686.rpm &gt; warning: postgresql-server-8.2.4-1PGDG.i686.rpm: Header V3 DSA signature: &gt; NOKEY, key ID 20579f11 &gt; error: Failed dependencies: &gt; libcrypto.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686 &gt; libreadline.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686 &gt; libssl.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686 &gt; initscripts is
needed by postgresql-8.2.4-1PGDG.i686 &gt; libcrypto.so.4 is needed by postgresql-8.2.4-1PGDG.i686 &gt; libreadline.so.4 is needed by postgresql-8.2.4-1PGDG.i686 &gt; libssl.so.4 is needed by postgresql-8.2.4-1PGDG.i686 &gt; libcrypto.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686 &gt; &gt; libssl.so.4 is needed by postgresql-libs-8.2.4-1PGDG.i686 &gt; &gt; &gt; &gt; This installation is being done on SUSE linux 10, please let me know if &gt; there is any alternative with which I can bypass these errors and make the &gt; installation successful. You need to install 32-bit versions of the libraries PG depends on. They can coexist alongside the 64-bit versions. -Doug</PRE></BLOCKQUOTE></td></tr></table><br>

<!--10--><hr size=1></hr> From Chandigarh to Chennai - find friends all over India. <a href="http://in.rd.yahoo.com/tagline_groups_10/*http://in.promos.yahoo.com/groups/citygroups/"> Click here.</a>

Attachment Content-Type Size
unknown_filename text/html 2.8 KB

From: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
To: cinu <cheriyamoozhiyilcinu(at)yahoo(dot)co(dot)in>
Cc: PostgreSQL Hackers ML <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Installation of Postgres 32Bit on 64 bit machine
Date: 2008-05-20 14:35:19
Message-ID: 1211294119.2877.18.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

On Mon, 2008-05-19 at 17:10 +0530, cinu wrote:
> This installation is being done on SUSE linux 10

This is not a list for PostgreSQL installation issues, please use
-general or -admin.

...and those packages are *not* for SuSE.

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/