plpgsql problem.. - Mailing list pgsql-hackers

From Mitch Vincent
Subject plpgsql problem..
Date
Msg-id 022201bf6cc6$20e3fd00$40ee2fd8@venux.net
Whole thread Raw
In response to Re: [HACKERS] Problem in current CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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




pgsql-hackers by date:

Previous
From: Chris
Date:
Subject: Re: [HACKERS] Problem in current CVS
Next
From: Sevo Stille
Date:
Subject: Re: [HACKERS] plpgsql problem..