Re: [GENERAL] Load fails

2000-07-13 Thread Brandon Ibach
Quoting Tom Lane <[EMAIL PROTECTED]>: > Brandon Ibach <[EMAIL PROTECTED]> 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 o

Re: [GENERAL] Load fails

2000-07-13 Thread Tom Lane
Brandon Ibach <[EMAIL PROTECTED]> 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 fu

[GENERAL] Load fails

2000-07-13 Thread Brandon Ibach
Greetings... I have a couple of custom functions (written in C) which used to work just fine. However, I recently relinked them, and now I get a failure whenever I try to use them: ERROR: Load of file /home/postgres/lib/vcic.so failed: /home/postgres/lib/vcic.so: undefined symbol: palloc