Changes between Initial Version and Version 2 of Ticket #41464


Ignore:
Timestamp:
Nov 20, 2013, 6:13:35 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I've updated the port to 2.2.26; please wait 30 minutes, then run "sudo port selfupdate" and "sudo port upgrade outdated" and then try again and let me know if that changes anything. Apache worked fine for me last time I used it on Leopard and on PowerPC but that was several years ago.

I'm not familiar with "bash -x"... what does it do and why is it needed here?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41464

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Priority changed from Not set to Normal
    • Property Port apache2 added
  • Ticket #41464 – Description

    initial v2  
    11I cannot manage to make macports' built apache2 work under 10.5.8 PPC
    22
     3{{{
    34new-host:~ User$ sudo bash -x /opt/local/apache2/bin/apachectl -k start
    45+ ARGV='-k start'
     
    2122new-host:~ User$ sudo bash -x /opt/local/apache2/bin/httpd -k start
    2223/opt/local/apache2/bin/httpd: /opt/local/apache2/bin/httpd: cannot execute binary file
     24}}}
    2325
    24 
     26{{{
    2527new-host:~ User$ file /opt/local/apache2/bin/httpd
    2628/opt/local/apache2/bin/httpd: Mach-O executable ppc
     29}}}