Jump to content

krasmussen

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

277 profile views

krasmussen's Achievements

Newbie

Newbie (1/14)

  1. Hopefully I am posting this in the right location if not mods feel free to move this. I noticed with the tcpdump infusion it spits out that it fails to load libpcap.so.1.3 With a little browsing around the system I noticed that libpcap.so.1.3 isn't on there... however libpcap.so.1.1.1 is. Anyone who runs into this issue should be able to symlink libpcap.so.1.3 to libpcap.so.1.1.1 and it should work (or atleast did for me) by doing the following over either ssh or from the "Execute Commands" menu in the gui. ln -s /usr/lib/libpcap.so /usr/lib/libpcap.so.1.3 NOTE: /usr/lib/libpcap.so is itself linked to libpcap.so.1.1.1 on my pineapple.
×
×
  • Create New...