On 30 September 2016 at 17:58, Michael Schout <msch...@gkg.net> wrote: > On 9/30/16 8:53 AM, Michael Schout wrote: >> On 9/30/16 8:13 AM, Steve Hay wrote: >>> Please download, test, and report back on this mod_perl 2.0.10 release >>> candidate. >> >> There is some kind of linker failure happening on OSX/Darwin. I'm on El >> Capitan (10.11) using perl 5.20 and get all kinds of duplicate symbol >> errors. I'll see if I can figure out where this broke. > > Ok this seems to be caused by putting MP_vtbl_env and MP_vtbl_envelem in > the modperl_env.h header and removal of "static" qualifier for these > structs. Presumably this was done to be threaded perl friendly? > Anyway, I made the compiler happy by adding "extern" in the header: >
Thanks for the patch. I've applied this to SVN and made an RC2 containing the fix.