Joe Orton wrote:
On the subject of duplicate symbol definitions, I ran the script I have
to check for such things against mod_perl and it found a few already,
using mod_perl 1.99_12 (httpd-2.0.49, perl 5.8.3).

mod_perl.so ModPerl/Const/Const.so  =>  modperl_constants_group_lookup_apache
mod_perl.so ModPerl/Const/Const.so  =>  modperl_constants_group_lookup_apr
mod_perl.so ModPerl/Const/Const.so  =>  modperl_constants_lookup_apache
mod_perl.so ModPerl/Const/Const.so  =>  modperl_constants_lookup_apr
mod_perl.so ModPerl/Const/Const.so  =>  modperl_const_compile
mod_perl.so ModPerl/Const/Const.so  =>  XS_modperl_const_compile

not sure if these are intentional but at least it supports the theory
that duplicate symbols needn't be harmful.

How did you run that script? ModPerl/Const/Const.so is not supposed to be loaded when mod_perl is running. I've double checked with Apache::VMonitor.



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to