-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors compiling #2
Comments
I'm having the same errors. I'm compiling on OS X 10.11 checking for libpcap... /usr/local/opt/libpcap As v1k0d3n commented about libpcap, I also tried Apple's copy, and to the same error as well: checking for libpcap... /usr/lib/libpcap.dylib I was able to get it to compile by dropping the pcap line: Currently, I'm getting this: mailsnarf: Bad file descriptor Update: I'm an idiot. Run it with sudo. |
@fr3nch13 so it all works for you now? |
Yeah, I just wanted to share what I did in case others have the same issue. |
./configure: line 410: test: pcap-bpf.h: integer expression expected
configure: error: pcap.h
./configure: line 299: return: pcap-bpf.h: numeric argument required
./configure: line 309: exit: pcap-bpf.h: numeric argument required
seems like i get this issue too. when i try to brew libpcap it states that it's already included with OSX:
Error: No available formula for libpcap
Apple distributes libpcap with OS X, you can find it in /usr/lib.
if I compile with the /usr/lib directory, i get the error above. has anyone seen this happen on their platform as well? what's the best work around for this issue (i have tried compiling with Xcode's libpcap as well, with same issue)...
The text was updated successfully, but these errors were encountered: