7.3.3 upgrade with RPMs on RH 8.0

From: Richard Welty <rwelty(at)averillpark(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: 7.3.3 upgrade with RPMs on RH 8.0
Date: 2003-07-25 16:12:48
Message-ID: E19g5BZ-0004AW-0H@skipper.averillpark.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

i'm trying to figure out an error message i enoountered while upgrading
a RH8.0 system from 7.3.2 to 7.3.3 using RPMs. i was about to post asking
why the upgrade is failing, but researching the problem leads me to ask a
different question.

when i initially went to install

postgresql-pl-7.3.3-1PGDG.i386.rpm

it gave me the following message

error: Failed dependencies:
perl(Pg) is needed by postgresql-pl-7.3.3-1PGDG

this confused me, because i thought the perl stuff was installed:

rpm -qa | grep perl
...
perl-5.8.0-55
...
perl-DBI-1.30-1
perl-DBD-Pg-1.13-5
...

when going back to fact check, i was suprised to see that despite the
message, rpm -qa on the system in question now shows the rpm as installed:

[root(at)localhost 7.3.3]# rpm -qa | grep postg
postgresql-7.3.3-1PGDG
postgresql-pl-7.3.3-1PGDG
...

so for the moment, i'm going to presume from the output of rpm -aq that it
is installed, despite the error message. am i wrong about this, or is a
bogus error message being emitted for some obscure reason?

richard
--
Richard Welty rwelty(at)averillpark(dot)net
Averill Park Networking 518-573-7592
Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Berkus 2003-07-25 16:18:58 Anyone going to Linux World Expo SF?
Previous Message Josh Berkus 2003-07-25 16:09:31 Serious problems with Apache 1.3.28, mod_perl and PostgreSQL