Thread: Installation of Postgres 32Bit on 64 bit machine
<table border="0" cellpadding="0" cellspacing="0"><tr><td style="font: inherit;"><p>Hi All, <p> <p>I am trying to installPostgreSQL(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><fontcolor="#ff4040">:/home/dump/postgres32bit # rpm -ivh postgresql-server-8.2.4-1PGDG.i686.rpm postgresql-8.2.4-1PGDG.i686.rpmpostgresql-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/> libcrypto.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686<br /> libreadline.so.4 isneeded by postgresql-server-8.2.4-1PGDG.i686<br /> libssl.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686<br/> initscripts is needed by postgresql-8.2.4-1PGDG.i686<br /> libcrypto.so.4is needed by postgresql-8.2.4-1PGDG.i686<br /> libreadline.so.4 is needed by postgresql-8.2.4-1PGDG.i686<br/> libssl.so.4 is needed by postgresql-8.2.4-1PGDG.i686<br /> libcrypto.so.4is needed by postgresql-libs-8.2.4-1PGDG.i686</font><p><font color="#ff4040"> libssl.so.4 is neededby postgresql-libs-8.2.4-1PGDG.i686</font><p><font color="#ff4040"></font> <p><font color="#000000">This installationis being done on SUSE linux 10, please let me know if there is any alternative with which I can bypass theseerrors and make the installation successful.</font><p> <p>Thanks in advance<p>Regards<p>Cinu<p> </td></tr></table><br/><hr size="1" /> 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>
On Mon, May 19, 2008 at 1:40 PM, cinu <cheriyamoozhiyilcinu@yahoo.co.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
<table border="0" cellpadding="0" cellspacing="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 thatare specified in the error message, I infact searched for the libraries and got it installed but some of the librariesare not available for SUSE Linux, if you install any other libraries it does not resolve the error.<br />Pleaselet 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><doug@mcnaught.org></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 <doug@mcnaught.org><br />Subject: Re: [HACKERS] Installation of Postgres 32Bit on 64 bitmachine<br />To: "cinu" <cheriyamoozhiyilcinu@yahoo.co.in><br />Cc: pgsql-hackers@postgresql.org<br />Date: Tuesday,20 May, 2008, 3:27 AM<br /><br /><pre>On Mon, May 19, 2008 at 1:40 PM, cinu <cheriyamoozhiyilcinu@yahoo.co.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.rpmpostgresql-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 isneeded by postgresql-server-8.2.4-1PGDG.i686 > libssl.so.4 is needed by postgresql-server-8.2.4-1PGDG.i686 > initscripts isneeded 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.4is 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 whichI can bypass these errors and make the > installation successful. You need to install 32-bit versions of the librariesPG depends on. They can coexist alongside the 64-bit versions. -Doug</pre></blockquote></td></tr></table><br /><hrsize="1" /> 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>
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/