i am getting this error when use sharpcap with monomac in mac
system.dllnotfoundexception : libpcap.so at (wrapper managed-to-native) SharpPcap.LibPcap.LibPcapSafeNativeMethods:pcap_findalldevs (intptr&,System.Text.StringBuilder)
at SharpPcap.LibPcap.LibPcapLiveDeviceList.GetDevices () [0x00000] in <filename unknown="">:0
at SharpPcap.LibPcap.LibPcapLiveDeviceList.Refresh () [0x00000] in <filename unknown="">:0
at SharpPcap.LibPcap.LibPcapLiveDeviceList..ctor () [0x00000] in <filename unknown="">:0
at SharpPcap.LibPcap.LibPcapLiveDeviceList.get_Instance () [0x00000] in <filename unknown="">:0
at TempPro1.CaptureDeviceList..ctor () [0x00000] in <filename unknown="">:0
at TempPro1.CaptureDeviceList.get_Instance () [0x00000] in <filename unknown="">:0
at TempPro1.MainClass.Main (System.String[] args) [0x00000] in <filename unknown="">:0
Anonymous
OS X uses ".dylib", not ".so", for shared libraries. If SharpPcap is loading libpcap at run time, on OS X it needs to load libpcap.dylib, not libpcap.so.