Thread: BUG #6368: Missing pg_config

BUG #6368: Missing pg_config

From
thangalin@gmail.com
Date:
The following bug has been logged on the website:

Bug reference:      6368
Logged by:          D J
Email address:      thangalin@gmail.com
PostgreSQL version: 9.1.2
Operating system:   Kubuntu Linux 10.10
Description:=20=20=20=20=20=20=20=20

Running the following command resolved the issue of a missing pg_config
executable:

# ln -s /usr/bin/pg_config.libpq-dev /usr/lib/postgresql/9.1/bin/pg_config

Re: BUG #6368: Missing pg_config

From
Alvaro Herrera
Date:
Excerpts from thangalin's message of vie dic 30 11:30:47 -0300 2011:
> The following bug has been logged on the website:
>=20
> Bug reference:      6368
> Logged by:          D J
> Email address:      thangalin@gmail.com
> PostgreSQL version: 9.1.2
> Operating system:   Kubuntu Linux 10.10
> Description:=20=20=20=20=20=20=20=20
>=20
> Running the following command resolved the issue of a missing pg_config
> executable:
>=20
> # ln -s /usr/bin/pg_config.libpq-dev /usr/lib/postgresql/9.1/bin/pg_config

I suggest you take this with the Debian/Ubuntu packager.

--=20
=C3=81lvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Re: BUG #6368: Missing pg_config

From
Peter Eisentraut
Date:
On fre, 2011-12-30 at 12:02 -0300, Alvaro Herrera wrote:
> Excerpts from thangalin's message of vie dic 30 11:30:47 -0300 2011:
> > The following bug has been logged on the website:
> >
> > Bug reference:      6368
> > Logged by:          D J
> > Email address:      thangalin@gmail.com
> > PostgreSQL version: 9.1.2
> > Operating system:   Kubuntu Linux 10.10
> > Description:
> >
> > Running the following command resolved the issue of a missing pg_config
> > executable:
> >
> > # ln -s /usr/bin/pg_config.libpq-dev /usr/lib/postgresql/9.1/bin/pg_config
>
> I suggest you take this with the Debian/Ubuntu packager.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653772

(I just independently discovered this problem a brief while ago.)