Re: [GENERAL] [SQL] dynamically loaded functions

2005-07-20 Thread Neil Dugan
On Wed, 2005-07-13 at 10:24 -0700, TJ O'Donnell wrote: > > > > It sounds like you need to link gnova.so against the other shared > > objects so the runtime linker can find them. For examples, see the > > Makefiles used by contributed modules like dblink, xml2, and a few > > others that link a

Re: [GENERAL] [SQL] dynamically loaded functions

2005-07-13 Thread TJ O'Donnell
> > It sounds like you need to link gnova.so against the other shared > objects so the runtime linker can find them. For examples, see the > Makefiles used by contributed modules like dblink, xml2, and a few > others that link against external libraries. > That approach is working, but only after