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.

joe


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

Reply via email to