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

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

Thanks, I forgot all about ldd. Anyhow, I was able to
track down the problem pretty quickly with your
suggestion.

Thanks Again.

--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> 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
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please
> send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org
> so that your
> message can get through to the mailing list cleanly

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Xue-Feng Yang 2003-03-12 23:57:00 Re: Cancel
Previous Message Tom Lane 2003-03-12 23:40:14 Re: Using functions as filters in queries