BUG #6368: Missing pg_config
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
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
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.)