Re: Re: Fw: Missing Shared Libraries

From: "keith" <keith(at)gmetech(dot)com>
To: "J(dot)H(dot)M(dot) Dassen (Ray)" <jdassen(at)cistron(dot)nl>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Fw: Missing Shared Libraries
Date: 2001-03-15 02:08:34
Message-ID: 034a01c0acf4$d8d354a0$0f10ff80@mark15
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks all, this fixed my problem and off I go again.
----- Original Message -----
From: J.H.M. Dassen (Ray) <jdassen(at)cistron(dot)nl>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, March 14, 2001 1:36 AM
Subject: [GENERAL] Re: Fw: Missing Shared Libraries

> [Please drop the HTML - this is a mailing list, not the web]
>
> keith <keith(at)gmetech(dot)com> wrote:
> >I get an error that says:
> >"error in loading shared libraries: libpq.so.2.1: cannot open shared
> >object= file: No such file or directory"
> >
> >The file is located at /usr/local/pgsql/lib/libpq.so.2.1 so I don't
> >underst= and.
>
> The dynamic loader doesn't automagically search through the entire
> filesystem for libraries. You need to tell it where your libraries are:
> - add '/usr/local/pgsql/lib/' to '/etc/ld.so.conf'
> - run 'ldconfig'.
>
> HTH,
> Ray
> --
> I think the most important thing about Linux is that it gives people the
> ability to do what they want.
> Alan Cox in http://www2.linuxjournal.com/articles/culture/012.html
>
>
> ---------------------------(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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Bittar 2001-03-15 02:11:26 shared memory settings: SHMMAX and SHMALL
Previous Message adb 2001-03-15 01:53:05 Re: How to avoid large tables - WAS RE: Fast Inserts and H ardware Questions