Re: Redhat 9 RPM dependency problem

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: han(dot)holl(at)tietoenator(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Redhat 9 RPM dependency problem
Date: 2005-09-23 06:26:10
Message-ID: Pine.LNX.4.63.0509230925100.652@mail.kivi.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

On Thu, 22 Sep 2005, han(dot)holl(at)tietoenator(dot)com wrote:

> If I run 'rpm -qp --requires postgresql-libs-8.0.3-1PGDG.i686.rpm' on a
> freshly downloaded RH9 rpm, I get:

<snipped>

> Notice libpq.so.3. and libecpg.so.4 (of the 7.x series).
>
> This means that 8.0.3 declares itself dependent on the earlier version of the
> libpq library, thus forcing me to install the compat-postgresql-libs, even
> though I have no software installed that actually needs the old libraries.
>
> This looks like a RPM packageing error, probably because of a problematic
> configuration on the machine of the packager.
> I did a rebuild from the source rpm, and now the phony dependencies are gone.

Thanks for the report. My Red Hat 9 machine is an ancient one, it will
take some hours for a rebuild. Will inform you about the test after that.

Regards,
--
Devrim GUNDUZ
Kivi Bilişim Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org
>From pgsql-general-owner(at)postgresql(dot)org Fri Sep 23 03:47:28 2005
X-Original-To: pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
Received: from localhost (av.hub.org [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id CC94AD8C7D
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>; Fri, 23 Sep 2005 02:35:25 -0300 (ADT)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 52391-05
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>;
Fri, 23 Sep 2005 05:35:19 +0000 (GMT)
Received: from mail.frontierisp.net.au (mail.frontierisp.net.au [203.28.113.4])
by svr1.postgresql.org (Postfix) with ESMTP id 6BC89D8C2D
for <pgsql-general(at)postgresql(dot)org>; Fri, 23 Sep 2005 02:35:17 -0300 (ADT)
Received: from www.email.frontierisp.net.au (trinity.frontierisp.net.au [203.28.113.6])
by mail.frontierisp.net.au (8.12.8/8.12.8) with SMTP id j8N5HkIk007882
for <pgsql-general(at)postgresql(dot)org>; Fri, 23 Sep 2005 14:47:46 +0930
Received: from 144.110.18.56
(SquirrelMail authenticated user ioverton)
by www.email.frontierisp.net.au with HTTP;
Fri, 23 Sep 2005 14:51:47 +0930 (CST)
Message-ID: <2847(dot)144(dot)110(dot)18(dot)56(dot)1127452907(dot)squirrel(at)www(dot)email(dot)frontierisp(dot)net(dot)au>
Date: Fri, 23 Sep 2005 14:51:47 +0930 (CST)
Subject: Data Entry Tool for PostgreSQL
From: "Ian Overton" <ioverton(at)mappingandbeyond(dot)com>
To: pgsql-general(at)postgresql(dot)org
Reply-To: ioverton(at)mappingandbeyond(dot)com
User-Agent: SquirrelMail/1.4.2
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3
Importance: Normal
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, hits=0 required=5 tests=[none]
X-Spam-Level:
X-Archive-Number: 200509/917
X-Sequence-Number: 83932

Hello,

We have a web application using PHP, Linux and PostgreSQL. We need a
simple data entry tool to allow non-IT people to edit data in our database
through a web-browser. Are there any free or commercial data management
tools out there, not database management tools like pgAdmin.

Regards,
Ian.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2005-09-23 07:41:08 Re: Data Entry Tool for PostgreSQL
Previous Message Jim C. Nasby 2005-09-23 04:42:40 Re: Lines of code in PG 8.0 & 8.1?