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

From: iihero <iihero(at)qq(dot)com>
To: Terrance Chen <naturalchen(at)yahoo(dot)com>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Could not find your PostgreSQL installation in /var/lib/pgsql
Date: 2012-04-05 23:19:34
Message-ID: tencent_0A0EFEE9242B62C44D35EEC2@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

You've used : su - root
Before this, you possibly need populate some environment variables from your postgre user.

------------------
----------------------------------------------------------
iihero(Xiong He) http://www.sql9.com
----------------------------------------------------------

------------------ Original ------------------
From: "Terrance Chen"<naturalchen(at)yahoo(dot)com>;
Date: Thu, Apr 5, 2012 11:14 PM
To: "pgsql-bugs(at)postgresql(dot)org"<pgsql-bugs(at)postgresql(dot)org>;

Subject: [BUGS] Could not find your PostgreSQL installation in /var/lib/pgsql


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 }

Browse pgsql-bugs by date

  From Date Subject
Next Message iihero 2012-04-05 23:21:56 Re: pg_ctl wrong status info on Windows
Previous Message Alex Matzinger 2012-04-05 16:38:04 Re: BUG #6571: Postgres Kills 'Select 1' query randomly on hot standby databases