当我编译 influxDB 时,我遇到了一个问题。我找不到flux.pc文件。
错误信息是:
skyfire@skyfire:~/goproject/src/github.com/influxdata/influxdb$ go install ./...
# /bin/pkg-config --cflags -- flux
Package flux was not found in the pkg-config search path.
Perhaps you should add the directory containing `flux.pc'
to the PKG_CONFIG_PATH environment variable
No package 'flux' found
/bin/pkg-config: exit status 1
skyfire@skyfire:~/goproject/src/github.com/influxdata/influxdb$
这是我的编译命令:
cd $GOPATH
mkdir -p src/github.com/influxdata
git clone https://github.com/influxdata/influxdb.git
cd influxdb
go install ./...
我的 go 版本是go version go1.13.8 linux/amd64
有谁知道如何解决这个问题?
牛魔王的故事
相关分类