Setup broken

2004-08-17 Thread Peter Flanigan
Whilst trying to regress Cygwin to avoid bugs in the current release I get (null) line 1537: parse error, unexpected COMMA, expecting STRING when setup.exe tries parsing setup.ini Anyone know know what it means and how to fix it? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Apache CGI Scripts - Network layer permission denied

2004-08-13 Thread Peter Flanigan
When I run CGI scripts from Apache I'm getting permission denied errors. use Net::protoent; my $p = getprotobyname(shift || 'tcp'); if (defined $p) { printf("proto for %s is %d, aliases are %s\n", $p->name, $p->proto, "@{$p->aliases}"); } else { printf("Bad protocol 'tcp'\n"); } This