| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Hanbiao Wang <hbwang(at)CS(dot)UCLA(dot)EDU> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: installation problem |
| Date: | 2001-08-22 19:07:38 |
| Message-ID: | 20490.998507258@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Hanbiao Wang <hbwang(at)CS(dot)UCLA(dot)EDU> writes:
> Everything works well until I execute the following command line
> initdb -r /home/hbwang/pgsql/data -l /home/hbwang/pgsql/lib
> It returns an error saying that
> initdb does not find the file
> '/home/hbwang/pgsql/lib/local1_template1.bki.source'
> I searched directory /home/hbwang/pgsql/lib, there is no file called
> local1_template1.bki.source
I think you're invoking an obsolete version of initdb, not the 7.1
version. You're certainly doing it in an obsolete fashion. 7.1's
initdb doesn't even accept a -l switch, AFAICS.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pete Poggione | 2001-08-22 19:27:34 | Text Import |
| Previous Message | Hanbiao Wang | 2001-08-22 18:01:35 | installation problem |