Andrew Benton: > the ppp-2.4.3 page lists libpcap as a required dependency, but for me > it installs and runs fine without libpcap installed. Should it be > listed as an optional dependency instead?
Agree. According to sources/ppp-2.4.3/pppd/Makefile.linux: # Uncomment the next line to include support for PPP packet filtering. # This requires that the libpcap library and headers be installed # and that the kernel driver support PPP packet filtering. So if you won't use packet filtering you need not libpcap. -- Nothing but perfection pv -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
