failed and error when executing command "make"
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, I am trying to install cfssl in ubuntu 18.04 and I have an error running command "make".
I followed the instructions, I have the go version: go version go1.15.5 linux/amd64
.- I followed the following instructions:
`$ git clone git@github.com:cloudflare/cfssl.git`
`$ cd cfssl`
`$ make`
.- When I run make, I receive the following output:
`go build -ldflags "-s -w -X github.com/cloudflare/cfssl/cli/version.version=1.5.0" -o bin/cfssl ./cmd/cfssl`
`# github.com/mattn/go-sqlite3`
`exec: "gcc": executable file not found in $PATH`
`Makefile:11: recipe for target 'bin/cfssl' failed`
`make: *** [bin/cfssl] Error 2`
Has it happened to anyone or do you know how I can correct?
Contributor guide
Assessment
This issue has not been assessed yet.