Changes between Version 1 and Version 6 of Ticket #16596


Ignore:
Timestamp:
Sep 11, 2009, 12:14:58 AM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to ryandesign@…:

That user had installed a variety of ports without their required +darwin platform variants, and installed some others with improper +linux and +freebsd platform variants.

This analysis of that user's situation was incorrect; the "missing" +darwin variant was only an artifact of a bug in MacPorts 1.7.1 and earlier that did not properly record the +darwin variant in the registry.

I have now been able to reproduce the error in this ticket, and it is caused by simultaneously using both the +apache2 and +fastcgi variants of php5 when apache2 has been compiled with the +workermpm variant. I am marking this bug as a duplicate of #21281 because although that bug came later, it is not burdened by what we now know are irrelevant issues like this ticket is.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16596

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Summary changed from php5 build errores to php5: undefined symbols _executor_globals _sapi_globals _compiler_globals _core_globals
    • Property Milestone changed from Port Bugs to
  • Ticket #16596 – Description

    v1 v6  
     1{{{
    12sudo port -v install php5 +apache2 +fastcgi +imap +mysql5 +pcntl +pear +pspell +sockets +tidy | tee -a ./php5_install_log
    2 
     3}}}
    34produces (besides a massive log) ld errors:
    45{{{