Re: library path - Mailing list pgsql-bugs

From SunMie Won
Subject Re: library path
Date
Msg-id KJEGKKOJCBGKOFEHHBIKCEPPCCAA.sunmiewon@yahoo.com
Whole thread Raw
In response to Re: library path  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Thanks for your response. This is the first and only install of PG on this
box, so that sounds a bit strange. I have no other installations the check
for, unless one comes standard with Red Hat 6.0.

I have updated the PGLIB setting (to /usr/local/pgsql/lib) and now get this
message:
* * *
initdb does not find the file
'/usr/local/pgsql/lib/local1_template1.bki.source'
-
This means you have identified an invalid PGLIB directory, etc.
* * *
I checked in the PGLIB directory and only see files that start with libpq*,
libe*, or libpq*. Am I missing any files?

Thanks in advance-

SunMie Won
sunmiewon@yahoo.com
415.336.3382 cell
530.550.0833 home



-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Friday, October 19, 2001 7:37 AM
To: sunmiewon@yahoo.com
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] library path


"SunMie Won" <sunmiewon@yahoo.com> writes:
> I am trying to do an install of PostgreSQL 7.1.3 on Red Hat 6.0. I have
> unzipped, compiled, and installed successfully, but am having trouble
> creating the database cluster. I am using the command as the postgres
user:
> initdb --pgdata/usr/local/pgsql/data
> and get the message:
> "initdb does not know where to find the files that make up the Postgres
> (PGLIB directory). You must identify the PGLIB directory either with a
> --pglib invocation " .... etc.

7.1's initdb script contains no such error message.  I suspect you are
invoking the wrong version of initdb, ie one left over from an older
PG installation.  Check your PATH.

            regards, tom lane


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #490: Can't compile PostgreSQL 7.1.3 with Solaris 2.6
Next
From: Chris Storah
Date:
Subject: Re: ODBC driver and non case-insensitivity?