> What's the nm on the libperl.so then?

$ nm /usr/local/perl/lib/CORE/libperl.so | grep load_module
0010cde0 T Perl_Iin_load_module_ptr
00058ff0 T Perl_load_module
00059040 T Perl_load_module_nocontext
000590a0 T Perl_vload_module

It's the same for both 5.8.3 and 5.8.4 libperl.so, that's why I didn't
include it in the first post, unlike the differing lists for both
mod_perl.so versions.

> Also see which .o object is src/modules/perl refers to load_module
> (again using nm).

modperl_util.o:
        [...]
         U load_module
        [...]


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

Reply via email to