Can you try compiling the attached program? gcc -o load load.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -Wall -g it should resolve to Perl_load_module_nocontext: % nm load | grep load_module U Perl_load_module_nocontext
$ nm load | grep load_module U Perl_load_module_nocontext
$ ./load ok
Good.
As I can't reproduce the problem on my machine, let's just keep my suggested patch in (it's now committed). Thanks for the testing, Markus!
-- __________________________________________________________________ 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]
