Re: [tcpdump-workers] libpcap requires Flex 2.5.31 issue

2017-04-18 Thread Guy Harris
On Apr 16, 2017, at 12:19 PM, Joseph Freemaker wrote: > When compiling libpcap on AIX 6.1 receive the error: > > configure: error: flex is insufficient to compile libpcap. libpcap requires > Flex 2.5.31 or later, or a compatible version of lex. > > However flex 2.5.4 is installed per the belo

[tcpdump-workers] libpcap requires Flex 2.5.31 issue

2017-04-18 Thread Joseph Freemaker
When compiling libpcap on AIX 6.1 receive the error: configure: error: flex is insufficient to compile libpcap. libpcap requires Flex 2.5.31 or later, or a compatible version of lex. However flex 2.5.4 is installed per the below: $ flex --versionflex version 2.5.4 Is there a workaround for this