cloudflare / cloudflare/cfssl

failed and error when executing command "make"

Open
#1,148 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.