BUG #6368: Missing pg_config

Started by Thangalinover 14 years ago3 messagesbugs
Jump to latest
#1Thangalin
thangalin@gmail.com

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

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Thangalin (#1)
Re: BUG #6368: Missing pg_config

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.

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

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Alvaro Herrera (#2)
Re: BUG #6368: Missing pg_config

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.)