[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IPSEC problem
From: |
Stepan Kasal |
Subject: |
Re: IPSEC problem |
Date: |
Mon, 5 Sep 2005 10:59:14 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Fri, Sep 02, 2005 at 04:01:42PM -0600, Austin Wang wrote:
> It seems the new version of gawk 3.1.4 r4 is causing problems with openswan
> ipsec.
> OS: Gentoo Linux kernel 2.4.28 r9
> openswan 2.2.0
> awk: cmd. line:97: default[""] = ""
> awk: cmd. line:97: ^ syntax error
if you compile gawk with --enable-switch, then awk recognizes three new
keywords: "switch", "case" and "default".
This means that you no longer can use "default" as an array name.
I guess that the Gentoo gawk ebuild script calls ./configure with that option.
In that case, I'd suggest to remove that option, to maintain backward
compatibility.
HTH,
Stepan Kasal
- IPSEC problem, Austin Wang, 2005/09/02
- Re: IPSEC problem,
Stepan Kasal <=