Changes between Initial Version and Version 1 of Ticket #24605


Ignore:
Timestamp:
Apr 22, 2010, 11:22:12 PM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting, and cc the maintainer. As per the ticket guidelines, the High priority is reserved for the use of MacPorts team members.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24605

    • Property Priority changed from High to Normal
    • Property Keywords speedycgi CGI speedy +apple_apache perl perl5 removed
    • Property Owner changed from macports-tickets@… to markd@…
  • Ticket #24605 – Description

    initial v1  
    44
    55Second problem (solved): p5-cgi-speedycgi +apple_apache still ships with the bug that keeps it from installing. In src/speedy_backend_main.h:
     6{{{
    67-#define speedy_new(s,n,t) New(123,s,n,t)
    78+#define speedy_new(s,n,t) Newx(s,n,t)
     9}}}
    810
    911Third problem (not solved): after successful compiling via port install p5-cgi-speedycgi +apple_apache, and after copying /opt/local/share/doc/speedycgi/mod_speedycgi.so to /usr/libexec/apache2/, I get a server error when initiating SpeedyCGI. Apple Apache running in 64bit mode on a Mac Pro Intel Dual 2.8GHz Harpertown. Here is an excerpt of the crash report:
    10 
     12{{{
    1113Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    1214Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000007
     
    1820   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    1921  cr2: 0x00000007
    20 
     22}}}
    2123I would be greatful in learning soon what the cause could be, thanks!