Can't load plpgsql.so error

From: Adrian Urquhart <adrian(at)devnet-uk(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Can't load plpgsql.so error
Date: 2000-04-11 21:50:46
Message-ID: ZpzzOH+4i8PL=9PzlzMc=DrajVVV@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I'm a Postgres newbie, so bear with me :o)

I've created a trigger, which calls a procedure written in plpgsql,
The trgiger is called on INSERT on a table. However, when I try to do
an insert on the table, using psql, I get a message saying that the
load of /usr/local/pgsql/lib/plpgsql.so failed because shared object
libpq.so.2 not found. Yet the very fact that I'm running psql means
that it was found...

Any hints, clues, docs. greatly appreciated.

The system is

FreeBSD 4.0-RELEASE
Postgres 6.5.3

I use ldconfig to set the search paths (using LD_LIBRARY_PATH didn't
help).

Thanks

Adrian

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Urquhart 2000-04-11 22:19:53 Re: foriegn key...
Previous Message Oscar 2000-04-11 21:47:30 Search problem