Palle Girgensohn <girgen(at)pingpong(dot)net> writes:
> I'd rather link libplperl with a static libperl.a than adding a shared
> libperl.so to the perl port. Can this be done, or will something break?
It will not work unless your platform is one where PIC code generation
is the default, so that the contents of libperl.a are amenable to
inclusion into a .so library.
regards, tom lane