Group: pgsql.novice


Subject: postgresql 8.1.10-1PGDG (32 bit) installaion on RHEL 4
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/12/2007 9:47:36 PM
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim@CommandPrompt.com> writes: > On Mon, 2007-11-12 at 17:20 -0500, gokul@appshub.com wrote: >> error: Failed dependencies: >> libperl.so is needed by postgresql-pl-8.1.10-1PGDG.rhel4.i686 >> libpython2.3.so.1.0 is needed by >> postgresql-pl-8.1.10-1PGDG.rhel4.i686 > Both perl and python packages are among the default installation package > group of Red Hat, IIRC. I can understand that perl is uninstallable, but > python cannot thinking that yum depends on it :) Maybe what gokul has installed is a different .so version than the RPM was built against? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org

Subject: postgresql 8.1.10-1PGDG (32 bit) installaion on RHEL 4
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/12/2007 10:16:44 PM
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= <devrim@CommandPrompt.com> writes: > On Mon, 2007-11-12 at 21:47 -0500, Tom Lane wrote: >> Maybe what gokul has installed is a different .so version than the RPM >> was built against? > Does Red Hat bump up .so version number during the lifetime of that > release? IIRC, no, but sure you know it better :) No, I don't think RH would have, but who knows what the OP has done to his installation ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend