Re: 1.5.10: Apache, CGIs giving "User defined signal 2" or silent failure

2004-08-01 Thread elijah wright
> I'm running Cygwin 1.5.10 on Windows XP Pro, Apache 1.3.29 (Cygwin), > gawk 3.1.3 included with Cygwin, and curl 7.11.1 (i686-pc-cygwin). I > wrote a simple CGI in gawk: > > #!/bin/gawk -f > BEGIN { > print "Content-type: text/plain\n" > cmd = "curl -s http://www.bates.edu/ils";

1.5.10: Apache, CGIs giving "User defined signal 2" or silent failure

2004-08-01 Thread jhart
I'm running Cygwin 1.5.10 on Windows XP Pro, Apache 1.3.29 (Cygwin), gawk 3.1.3 included with Cygwin, and curl 7.11.1 (i686-pc-cygwin). I wrote a simple CGI in gawk: #!/bin/gawk -f BEGIN { print "Content-type: text/plain\n" cmd = "curl -s http://www.bates.edu/ils"; #cmd = "