I believe the last APR::* module that depends on mod_perl.so
is APR::Bucket - this diff included modperl_bucket.c in the
files copiled into APR.so, so that APR::Bucket doesn't need
mod_perl.so:
====================================================
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/APR/APR/Makefile.PL,v
retrieving revision 1.20
diff -u -r1.20 Makefile.PL
--- Makefile.PL 16 Jun 2004 03:55:48 -0000 1.20
+++ Makefile.PL 21 Jun 2004 05:24:11 -0000
@@ -58,7 +58,7 @@
# link the following into APR.so so other APR:: modules can be used
# outside of httpd
-my @names = map { "modperl_$_" } (qw(error),
+my @names = map { "modperl_$_" } (qw(error bucket),
map { "common_$_" } qw(util log));
my(@obj, @clean, %src);
for (@names) {
==================================================================
--
best regards,
randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]