When building with MP_MAINTAINER=1 I get:
Cannot load
/home/stas/apache.org/modperl-2.0.orig/src/modules/perl/libmodperl.so into
server:
/home/stas/apache.org/modperl-2.0.orig/src/modules/perl/libmodperl.so:
undefined symbol: ap_get_module_config
After comparing the list of undefined syms from nm(1) from the build
without MP_MAINTAINER=1 and with it I get:
--- out Sat Jun 30 13:37:55 2001
+++ ../modperl-2.0.orig/out Sat Jun 30 13:37:47 2001
@@ -8,6 +8,7 @@
U ap_add_output_filter
U ap_add_version_component
U ap_check_cmd_context
+ U ap_get_module_config
U ap_hook_access_checker
U ap_hook_auth_checker
U ap_hook_check_user_id
@@ -68,6 +69,9 @@
U apr_threadkey_private_set
U ap_scan_script_header_err_strs
U ap_server_argv0
+ U ap_set_module_config
+ U ap_strchr
+ U ap_strstr
U atan2@@GLIBC_2.0
U atoi@@GLIBC_2.0
U atol@@GLIBC_2.0
@@ -295,7 +299,6 @@
U strncmp@@GLIBC_2.0
U strncpy@@GLIBC_2.0
U strrchr@@GLIBC_2.0
- U strstr@@GLIBC_2.0
U strtol@@GLIBC_2.0
U strtoul@@GLIBC_2.0
U strxfrm@@GLIBC_2.0
The args used in build were (doesn't work):
/home/stas/perl-bleed/bin/perl5.7.1 Makefile.PL \
MP_GENERATE_XS=1 MP_USE_DSO=1 MP_DEBUG=1 \
MP_USE_GTOP=1 MP_MAINTAINER=1 MP_TRACE=1 \
MP_APXS=/home/stas/httpd-2.0/bin/apxs && make
and (works):
/home/stas/perl-bleed/bin/perl5.7.1 Makefile.PL \
MP_GENERATE_XS=1 MP_USE_DSO=1 MP_DEBUG=1 \
MP_USE_GTOP=1 MP_TRACE=1 \
MP_APXS=/home/stas/httpd-2.0/bin/apxs && make
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]