[MacPorts] #42582: p5-libapreq2: fails to build for any perl version except the default one (Can't locate ModPerl/MM.pm)

MacPorts noreply at macports.org
Sun Aug 24 03:39:47 PDT 2014


#42582: p5-libapreq2: fails to build for any perl version except the default one
(Can't locate ModPerl/MM.pm)
-------------------------------------+--------------------------------
  Reporter:  st.graef@…              |      Owner:  macports-tickets@…
      Type:  defect                  |     Status:  new
  Priority:  Normal                  |  Milestone:
 Component:  ports                   |    Version:
Resolution:                          |   Keywords:
      Port:  p5-libapreq2 mod_perl2  |
-------------------------------------+--------------------------------

Comment (by mojca@…):

 The only reasonable answer I can give is to instal `p5.16-libapreq2`
 instead of `p5.18-libapreq2`. Or help us fix the ports.

 I tried to create a port `p5-mod_perl2`. The port could easily split into
 "generic" part with
 {{{
 /opt/local/apache2/include/*
 }}}
 and Perl version-specific part including
 {{{
 /opt/local/bin/mp2bug-5.20
 /opt/local/libexec/perl5.20/mp2bug
 /opt/local/lib/perl5/vendor_perl/5.20/darwin-thread-multi-2level/*
 /opt/local/share/perl5.20/man/man3/*
 }}}
 But there is one single dirty detail, namely the file `mod_perl.so`:
 {{{
 > otool -L /opt/local/apache2/modules/mod_perl.so
 /opt/local/apache2/modules/mod_perl.so:
         /opt/local/lib/perl5/5.16.3/darwin-thread-multi-
 2level/CORE/libperl.dylib (compatibility version 5.16.0, current version
 5.16.3)
         /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
 version 159.1.0)
         /usr/lib/libutil.dylib (compatibility version 1.0.0, current
 version 1.0.0)
 }}}
 I have no clue what to do with that particular file. And I don't know how
 apache uses that file, to be honest.

 I need to ask both Ryans for help.

-- 
Ticket URL: <https://trac.macports.org/ticket/42582#comment:25>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list