Go build is working but when i run the program its failing

I have a golang program which I am able to build using “go build” but when I run in centos 7 on the same system which i gave build its failing says symbol lookup error stat64

Did you check the version of golang in both computers?

maybe the os variables are not the same, if you are using them

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.