| From: | "Michael A(dot) Koerber SR" <mak(at)ll(dot)mit(dot)edu> |
|---|---|
| To: | Bill Sneed <bsneed(at)mint(dot)net> |
| Cc: | "pgsql-general(at)hub(dot)org" <pgsql-general(at)hub(dot)org> |
| Subject: | Re: [GENERAL] 6.4.1 problem |
| Date: | 1998-12-28 02:07:07 |
| Message-ID: | 199901011509.KAA28478@ll.mit.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Summary: If you build Postgresql from the source distribution, ensure
that you remove the RH rpm package(s) first. This avoids getting the
wrong executables durint initdb and such.
I had this type of problem on one of my RH/Linux installations. It turned
out that RH has a /usr/bin/initdb. I should have been running the
/usr/local/pgsql/bin/initdb.
I removed the postgres RPM package(s) and tried again. All went well.
mike
Dr Michael A. Koerber
MIT/LL
Radar Imaging Techniques
On Sat, 26 Dec 1998, Bill Sneed wrote:
> Having a bit of a problem gettin 6.4.1 running on RH 5.1. Source went
> into /usr/src/pgsql and runtime into /var/lib/pgsql [RH default dir
> for postgresql].
>
> Everything went without a problem until the initdb process, which
> keeps failing with the error messages below....PGLIB & PBDATA paths
> correctly functioning, environment seems proper, postgres has correct
> permissions, etc, etc.
>
> Any help greatly appreciated...
>
> ........Bill Sneed, Prospect, Maine.......
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-12-28 02:27:00 | Re: [GENERAL] Found solution to reloading dumped 6.1 -> 6.4 |
| Previous Message | Robert Chalmers | 1998-12-28 00:11:28 | Is there something special to do to pull 6.1 db.out files into 6.4.1 ? |