#32200: Symbol not found: _modperl_handler_anon_add failing apache2 startup ----------------------------------------+----------------------------------- Reporter: mauritz.lovgren@… | Owner: ryan@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: fixed | Keywords: Port: mod_perl2 | ----------------------------------------+----------------------------------- Changes (by cal@…): * status: new => closed * resolution: => fixed Comment: This is caused by the code assuming to be compiled using GCC against the GCC89 "standard", but being actually compiled by clang with C99. GNU89 and C99 differ in how they handle inline. Further reading: http://clang.llvm.org/compatibility.html#inline. Fixed in r88512. Feel free to report upstream. -- Ticket URL: <https://trac.macports.org/ticket/32200#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS