Michael Enke <michael(dot)enke(at)wincor-nixdorf(dot)com> writes:
> I create a dynamic library with the PG_MODULE_MAGIC under Linux.
> No problem in normal situation, but if I strip the .o file,
> that information seems to get lost and I get:
> ERROR: incompatible library "...so": missing magic block
> TIP: Extension libraries are required to use the PG_MODULE_MAGIC macro.
Don't strip global symbols.
regards, tom lane