plpgsql problem..

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: "Postgres Hackers List" <hackers(at)postgresql(dot)org>
Subject: plpgsql problem..
Date: 2000-02-01 15:07:59
Message-ID: 022201bf6cc6$20e3fd00$40ee2fd8@venux.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The strangest thing started happening on one of my boxes today running
Postgre.

I'm using a function to total up values in a table.. The exact same code is
on our development and live server yet on the live server I get :

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

Anytime the function is called.

The plpgsql.so library is in the exact same place on both machine with the
exact same permissions.

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.

Thanks for *any* hints, help or ideas.

-Mitch

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sevo Stille 2000-02-01 15:28:33 Re: [HACKERS] plpgsql problem..
Previous Message Chris 2000-02-01 14:06:50 Re: [HACKERS] Problem in current CVS