Re: Load fails

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Brandon Ibach <bibach@infomansol.com>
Cc: PostgreSQL General <pgsql-general@postgresql.org>
Date: 2000-07-14T04:55:10Z
Lists: 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