Re: Load fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brandon Ibach <bibach(at)infomansol(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Load fails
Date: 2000-07-14 04:55:10
Message-ID: 7094.963550510@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brandon Ibach <bibach(at)infomansol(dot)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

In response to

  • Load fails at 2000-07-14 02:11:15 from Brandon Ibach

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brandon Ibach 2000-07-14 06:41:17 Re: Load fails
Previous Message Yves Dorfsman 2000-07-14 02:56:41 Re: How to list and remove a user in postgres ?