-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Packetbeat Windows 64-bit Crash #1259
Comments
Hmm, damn. Just a guess: we might be linking against the wrong winpcap version. |
So it looks like a 64-bit libwpcap.a is not included in the distribution.
So if I run
Then run
Then build Packetbeat:
And then running it works. 😄 Reference: https://sourceforge.net/p/mingw-w64/discussion/723797/thread/530727b3/ |
@andrewkroh Nice! The question now is what would be a good way of getting this 64 bit enabled version in our docker images. |
@andrewkroh Fantastic! I merged the PR. I'd say the DLL is small enough not to worry about it. |
With the new 64-bit Windows packaging, Packetbeat crashes.
My guess is that something in the build/linking stage needs updated.
The text was updated successfully, but these errors were encountered: