Hi!
With FreeBSD 5.0, there is no libperl.so installed, only libperl.a. This
makes building PL/Perl fail:
*** Cannot build PL/Perl because libperl is not a shared library.
*** You might have to rebuild your Perl installation. Refer to
*** the documentation for details.
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?
/Palle