Open GoogleCodeExporter opened 8 years ago
I just had this problem as well with Ubuntu 11.10. To get past it, I commented
out the AC_CHECK_LIB for pcap in configure.ac. Then I ran:
autoreconf --install --force
Then I ran configure and it got to the sqlite3 check which failed. Installed
sqlite3 and configure succeeded.
I then uncommented the AC_CHECK_LIB for pcap, ran autoreconf, and configure
worked fine again. This seems like rather strange behavior related to autoconf.
This is a dupe of issue 194, 189, 97, and possibly others.
Original comment by t...@tedfelix.com
on 17 Mar 2012 at 4:21
Original issue reported on code.google.com by
qfghc...@googlemail.com
on 7 Mar 2012 at 4:23