Re: ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: KMiller <kmiller(at)2xtreme(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed
Date: 2000-07-16 00:57:32
Message-ID: Pine.BSF.4.21.0007152054350.258-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 15 Jul 2000, KMiller wrote:

> When I try to exec psql I get the message:
>
> ERROR: Load of file /usr/local/pgsql/lib/plperl.so failed: libperl.so: cannot open shared object file: No such file or directory
>
> The library files do exist so I'm stuck as to why it can't find them.
>
> There had been a previous installation of postgres that Suse 6.5 installed.
>
> That was in /usr/lib/pgsql. I blew that away so now there is only /usr/local/pgsql.
>
> I tried recompiling/installing postgres from scratch.
>
> I can start postmaster but psql still won't go.

Depends alot on the operating system how to tell it where to look, but
simplified psql isn't able to find where you have the library. Take a
look at man ldconfig or set the LD_LIBRARY_PATH environ variable to tell
it what library to look in.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Philip Warner 2000-07-16 03:34:09 pg_dump with BLOBS & V7.0.2 fix
Previous Message Jesus Aneiros 2000-07-16 00:39:58 SQL DOMAINS in PostgreSQL