Re: Pet Peeves?

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: rhubbell <Rhubbell(at)iHubbell(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Pet Peeves?
Date: 2009-01-30 20:38:06
Message-ID: 873af0mswh.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


rhubbell <Rhubbell(at)iHubbell(dot)com> writes:

> Nope, had to find it in another package called libpq-dev.
> That's on UbuntuHardy. Maybe it's a maintainer problem?
>
> What logic would lead someone to separate pg_config from everything else?
> Do people often just install the server and nothing else? Then what?

This is actually *required* by Debian/Ubuntu packaging rules.

The development environment must be packaged separately from shared libraries
like libpq or else major snafus arise when a new soversion of libpq comes out.
You need to be able to have both versions installed simultaneously (in case
you have programs which require both) but that won't work if they both contain
things like header files or executables.

> BTW I ran into the need for pg_config upon installing DBD::Pg.
> Maybe DBD::Pg maintainer problem?

Installing a package for DBD::Pg or building it? The former would indeed be a
package bug.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
Ask me about EnterpriseDB's On-Demand Production Tuning

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Mamin 2009-01-30 20:42:25 Re: complex custom aggregate function
Previous Message Tony Caduto 2009-01-30 20:33:12 Re: PGSQL or other DB?