I'm trying to install Apache/mod_perl/mod_ssl on Cygwin 1.5.11-1. I understand that AP2/MP2 currently doesn't compile on Cygwin, so I'm trying AP1/MP1. I tried to follow the directions at http://www.cygwin.com/ml/cygwin/2002-01/msg00055.html and still couldn't make it work. When I run httpd under gdb, I get the following:
$ gdb httpd GNU gdb 2003-09-20-cvs (cygwin-special) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"...Minimal symbols from httpd.exe... (no debugging symbols found)... (gdb) run Starting program: /usr/local/apache/bin/httpd Program received signal SIGSEGV, Segmentation fault. 0x00518f30 in cygperl5_8_5!Perl_malloc () from /usr/bin/cygperl5_8_5.dll (gdb) bt #0 0x00518f30 in cygperl5_8_5!Perl_malloc () from /usr/bin/cygperl5_8_5.dll #1 0x005775dc in cygperl5_8_5!Perl_sv_add_arena () from /usr/bin/cygperl5_8_5.dll (gdb) Does anyone have any ideas? I'm willing and available to do any and all debugging and builds desired. Thanks, Rob -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html