Skip to main content
Home Forums 68kMLA AppleTalk games over the internet — #7
Post #7 by bbraun
Source Forum68kMLA
CategoryNetworking
Post DateFri, 18 Dec 2009 - 21:23
Original URLhttps://68kmla.org/bb/threads/appletalk-games-over-the-internet.19277/
Post
Yeah, that error is from not having (or finding) the newer libpcap.

Unfortunately, the default install for libpcap is as a static library, which doesn't seem to get picked up with -L/usr/local/lib -lpcap. So, the following should build the bridge with the installed static library:

gcc -o toofar toofar.c -lpthread /usr/local/lib/libpcap.a

Rob

mp.ls