Re: where to find pg_config....

From: Devrim GUNDUZ <devrim(at)commandprompt(dot)com>
To: Clyde Swann <cswann(at)blackswann(dot)net>
Cc: PostgreSQL - General <pgsql-general(at)postgresql(dot)org>
Subject: Re: where to find pg_config....
Date: 2006-03-24 07:57:19
Message-ID: 1143187039.8344.40.camel@evim.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Fri, 2006-03-24 at 01:16 -0600, Clyde Swann wrote:
> running fedora 2... just installed postgresql 7.4.12 from postgresql
> website because the version that came with fedora core 2 did not have
> the pg_config in postgres-devel. now this one does not either. what
> gives?

Fedora Core 2 RPMs (of Fedora) provide pg_config:

[devrim(at)lc ~]$ rpm -qlp postgresql-devel-7.4.2-1.i386.rpm |grep
pg_config
/usr/bin/pg_config
/usr/include/pg_config.h
/usr/include/pg_config_manual.h
/usr/include/pg_config_os.h
/usr/include/pgsql/server/pg_config.h
/usr/include/pgsql/server/pg_config_manual.h
/usr/include/pgsql/server/pg_config_os.h
/usr/share/man/man1/pg_config.1.gz

However, I suggest you to upgrade to PGDG RPMs since even their legacy
updates have 7.4.8, but the current version is 7.4.12:

http://www.postgresql.org/ftp/binary/v7.4.12/rpms/fedora/fedora-core-2/

(postgresql-devel package includes pg_config)

Also, you may want to upgrade to latest version:

http://www.postgresql.org/ftp/binary/v8.1.3/linux/rpms/fedora/fedora-
core-2/

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PL/php, plPerlNG - http://www.commandprompt.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gábor Farkas 2006-03-24 08:51:29 Re: Advantages of PostgreSQL over MySQL 5.0
Previous Message Peter Eisentraut 2006-03-24 07:53:55 Re: where to find pg_config....