I kept getting the following error on Make: g++: error: ../libpcap/libpcap.a: No such file or directory
I was able to get it to work by changing: ./configure --prefix=/usr --with-liblua=included && to: ./configure --prefix=/usr --with-liblua=included --with-libpcap=included && This is apparently a long standing bug with Nmap. There are some patches for the problem, but I could not figure it out, so using the --with-libpcap=included got it working. Wayne Sallee [email protected] http://www.WayneSallee.com
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
