#23993: mod_perl2 build fails with perl5.10 or perl5.12 --------------------------------+------------------------------------------- Reporter: gisburne@… | Owner: ryan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: mod_perl2 --------------------------------+------------------------------------------- Comment(by michael@…): It looks like all you need to do is rebuild perl5.10 or perl5.12 using the "threads" variant. mod_perl mistakenly assumes the MULTIPLICITY feature implies the USE_ITHREADS feature, which is not true and won't be fixed upstream for some time. The maintainer is advised to check whether USE_ITHREADS is defined in the output of "perl -V" and abort the build early if not present, with a helpful message to the user explaining what to do. -- Ticket URL: <https://trac.macports.org/ticket/23993#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS