[Mimedefang] Embedded perl

David F. Skoll dfs at roaringpenguin.com
Sat Apr 24 10:10:31 EDT 2004


On Fri, 23 Apr 2004, Henrik Schmiediche wrote:

> How can you test if a given implementation is safe?

Look at "configure.in" and search for
"AC_MSG_CHECKING([if it is safe to destroy and recreate a Perl interpreter])"

> Does Perl need to be compiled in any special way to enable embedded Perl to
> work?

Yes; you need either a shared library libperl.so, or a static one (libperl.a)
on your system.

Regards,

David.



More information about the MIMEDefang mailing list