vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

make install ERROR #33

Closed maj0rmil4d closed 4 years ago

maj0rmil4d commented 5 years ago

Hi got error when i wanted to make install this repo .

please help me

[root@localhost go-exploitdb]# make install fatal: No names found, cannot describe anything. go install -ldflags "-X 'main.version=' "

driverxdw commented 4 years ago

I also encountered this error

StackKorora commented 4 years ago

Every time I hit an error with Go (and I just did with this exact one), I just have to remember that the best solution is always the "nuke it from orbit" approach. They move fast and don't care about giving errors that actually make sense. Of course, I seem to forget this....so I went digging into why I was getting this error after months of it working just fine...turns out the version of go I had was more than a few months old and no longer works with the newer updated libraries. sigh I had to kick out the EPEL version of go 1.13.3 and manually download the latest 1.13.7. Then it worked. :man_shrugging: :roll_eyes:

kotakanbe commented 4 years ago

Use the latest version of Go :P