Re: Fw: Missing Shared Libraries

From: jdassen(at)cistron(dot)nl (J(dot)H(dot)M(dot) Dassen (Ray))
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Fw: Missing Shared Libraries
Date: 2001-03-14 09:36:48
Message-ID: slrn9aueqc.c9p.jdassen@odin.cistron-office.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pejac 2001-03-14 09:37:17 re : Fw: Missing Shared Libraries
Previous Message Fabien COUTANT 2001-03-14 08:26:08 [Q] post-crash behaviour