Changes between Initial Version and Version 1 of Ticket #32200


Ignore:
Timestamp:
Nov 23, 2011, 7:59:19 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32200 – Description

    initial v1  
    11I am getting the following error while starting port apache2 after having installed the following using latest MacPorts with updated ports tree:
    22
     3{{{
    34install perl5 +threads (to make mod_perl2 compile)
    45install apache2
     
    89
    910httpd: Syntax error on line 118 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_perl.so into server: dlopen(/opt/local/apache2/modules/mod_perl.so, 10): Symbol not found: _modperl_handler_anon_add\n  Referenced from: /opt/local/apache2/modules/mod_perl.so\n  Expected in: dynamic lookup\n
     11}}}
    1012
    1113What might cause this and how can I get around it?