Could not find your PostgreSQL installation in /var/lib/pgsql

From: Terrance Chen <naturalchen(at)yahoo(dot)com>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Could not find your PostgreSQL installation in /var/lib/pgsql
Date: 2012-04-05 15:14:42
Message-ID: 1333638882.65476.YahooMailNeo@web111115.mail.gq1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

system=fedora15 
software env=all  software in DVD are completely installed(include pgsql psql) and some thing like pppoe 
postgresql are install with fedora by default option, 
/etc/passwd/:            postgres  PostgreSQL Server:/var/lib/pgsql:/bin/bash

operations:
su - postgres
initdb  -D /var/lib/pgsql/data -E UTF-8 
pg_ctl -D /var/lib/pgsql/data -l logfile start
pg_ctl status      {terminal  return       pg_ctl: (PID: 3052)/usr/bin/postgres "-D" "/var/lib/pgsql/data"}
createdb DatabaseName
psql DatabaseName         
su - root
cd /home/download/pgadmin3-1.14.0
./configure --with-pgsql=/var/lib/pgsql

{ Could not find your PostgreSQL installation in /var/lib/pgsql }

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lucian Curelaru 2012-04-05 15:22:28 pg_ctl wrong status info on Windows
Previous Message Hitoshi Harada 2012-04-05 06:39:53 Re: BUG #6572: The example of SPI_execute is bogus