Re: Load fails - Mailing list pgsql-general

From Tom Lane
Subject Re: Load fails
Date
Msg-id 7094.963550510@sss.pgh.pa.us
Whole thread Raw
In response to Load fails  (Brandon Ibach <bibach@infomansol.com>)
Responses Re: Load fails
List pgsql-general
Brandon Ibach <bibach@infomansol.com> writes:
> ERROR:  Load of file /home/postgres/lib/vcic.so failed:
>  /home/postgres/lib/vcic.so: undefined symbol: palloc

palloc() has been a macro for a long time.  Could you be
compiling against some extremely obsolete header files that
declare it as a plain function?

            regards, tom lane

pgsql-general by date:

Previous
From: Yves Dorfsman
Date:
Subject: Re: How to list and remove a user in postgres ?
Next
From: Brandon Ibach
Date:
Subject: Re: Load fails