Opened 19 years ago
Closed 18 years ago
#8596 closed defect (fixed)
mod_perl2 unable to destroot and install when using perl's threaded variant
Reported by: | wyuenho (Jimmy Yuen Ho Wong) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
Basically the same error and same fix as bug 5480. But since this is a different port and has a different maintainer, so I opened another bug.
Change History (2)
comment:1 Changed 18 years ago by charles.friedman@…
comment:2 Changed 18 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed the fix.
Note: See
TracTickets for help on using
tickets.
I can confirm the bug and proposed fix. Successfully built/installed Perl 5.8.8 (threaded variant) via port, and encountered the symptoms in #5480 at port installation stage for mod_perl2.
Changing line 49 of the mod_perl2 Portfile from
to
Corrected the problem.