Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate Compilation Wiki #722
Open
Comments
|
The instructions are old (2016!!) and need updating. I've been able to compile and use goreplay with dynamic linking rather than static. I use Fedora Linux 31, and these steps worked for me:
That's it! Executable binary is available here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The go build command in the Compilation Wiki will throw complaints.
change the command to this will work fine:
go build -ldflags "-extldflags \"-static\""