Re: [HACKERS] plpgsql problem..

From: Sevo Stille <sevo(at)ip23(dot)net>
To: Mitch Vincent <mitch(at)venux(dot)net>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] plpgsql problem..
Date: 2000-02-01 15:28:33
Message-ID: 3896FBA1.38A5F87@ip23.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Mitch Vincent wrote:

> ERROR: stat failed on file '${exec_prefix}/lib/plpgsql.so': No such file or
> directory

> I can't find any reference to the $exec_prefix variable on either machine,
> yet it works on the development server and not on the live server.

PostgreSQL does not expand environment variables when looking for
function code. Presumably your installer is broken and did not
substitute the variable at install time on the affected system. You
might dump your function catalog on both systems to compare - if the
function path on the sane system contains a variable as well, there is
some strange magic going on there.

Sevo

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitch Vincent 2000-02-01 15:31:08 Re: [HACKERS] plpgsql problem..
Previous Message Mitch Vincent 2000-02-01 15:07:59 plpgsql problem..