I'm trying to compile mod_perl 2.0.4 on perl-5.10.1 on Snow Leopard. Whether I use macports, or try it by hand, I get something like this:
mod_perl.c: In function 'modperl_shutdown': mod_perl.c:62: error: 'my_perl' undeclared (first use in this function) mod_perl.c:62: error: (Each undeclared identifier is reported only once mod_perl.c:62: error: for each function it appears in.) mod_perl.c: In function 'modperl_hook_post_config_last': mod_perl.c:718: error: 'my_perl' undeclared (first use in this function) mod_perl.c: In function 'modperl_child_exit': mod_perl.c:814: error: 'my_perl' undeclared (first use in this function) mod_perl.c: In function 'modperl_response_handler': mod_perl.c:1036: error: 'my_perl' undeclared (first use in this function) mod_perl.c: In function 'modperl_response_handler_cgi': mod_perl.c:1079: error: 'my_perl' undeclared (first use in this function) make[1]: *** [mod_perl.lo] Error 1 make: *** [modperl_lib] Error 2 Is this a known problem, and if so, what solution can I use? (Can't downgrade to 5.8...) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org