Re: I cannot get the db to initialize. Please help.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: P G <pg_dba(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: I cannot get the db to initialize. Please help.
Date: 2003-03-12 22:48:56
Message-ID: 122.1047509336@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

P G <pg_dba(at)yahoo(dot)com> writes:
> This was the error message issued by that program:
> /usr/bin/postgres: error while loading shared
> libraries: cannot open shared obje
> ct file: cannot load shared object file: No such file
> or directory

You probably need a shared library that you don't have, or don't have
the right version of. Or maybe you just need to fix ldconfig to know
where the libraries are. "ldd /usr/bin/postgres" should tell you what
it's looking for.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Robert Treat 2003-03-12 22:51:08 Re: Upgrade 7.2.1 to 7.3
Previous Message Tom Lane 2003-03-12 22:46:31 Re: Problems starting the database