Could not find your PostgreSQL installation in /usr/lib/postgresql/8.1

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: pgadmin-support(at)postgresql(dot)org
Subject: Could not find your PostgreSQL installation in /usr/lib/postgresql/8.1
Date: 2006-11-17 17:48:32
Message-ID: 200611171848.32864.fluca1978@infinito.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi all,
I'm using kubuntu where I've installed the postgresql using apt-get (8.1), and
now I'm trying to compile pgadmin but I got this error while
running ./configure:
Could not find your PostgreSQL installation in /usr/lib/postgresql/8.1

I guess my postgresql directory should be /usr/lib/postgresql/8.1, that
contains:
luca(at)fluca:/usr/lib/postgresql/8.1]$ ls -l
totale 2
drwxr-xr-x 2 root root 816 2006-11-17 18:33 bin
drwxr-xr-x 2 root root 1936 2006-11-17 18:33 lib

I tried running ./configure with the --with-pgsql, specifying the above
directory but nothing changed. I took a look at the configure script and
found that the above message is echoed when pg_config is not found, and I
cannot find it on my system. Do I have to install a specific package to get
this program? How can I compile pgadmin?

Thanks,
Luca

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Alex Girchenko 2006-11-17 18:24:30 PgAdmin Bugs & Issues
Previous Message Carlos Vieira 2006-11-17 15:34:45 Re: Functions with PLpgsql or PLpython