当我编译 influxDB 时,我遇到了一个问题。我找不到flux.pc文件。错误信息是:skyfire@skyfire:~/goproject/src/github.com/influxdata/influxdb$ go install ./...# /bin/pkg-config --cflags -- fluxPackage 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 variableNo package 'flux' found/bin/pkg-config: exit status 1skyfire@skyfire:~/goproject/src/github.com/influxdata/influxdb$这是我的编译命令:cd $GOPATHmkdir -p src/github.com/influxdatagit clone https://github.com/influxdata/influxdb.gitcd influxdbgo install ./...我的 go 版本是go version go1.13.8 linux/amd64有谁知道如何解决这个问题?
1 回答
牛魔王的故事
TA贡献1830条经验 获得超3个赞
看一下readme,编译influxdb的工作方式是这样的: https ://github.com/influxdata/influxdb/blob/master/README.md
- 1 回答
- 0 关注
- 265 浏览
添加回答
举报
0/150
提交
取消