作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我克隆了this repo然后...
cd build_unix
../dist/configure
make
sudo make install
然后我转到我尝试编译并运行 stack install
的项目,我得到以下信息...
Configuring BerkeleyDB-0.8.7...
Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2: Missing dependency on a foreign
library:
* Missing C library: db
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
这是在 OSX 上
最佳答案
您可以使用自制程序,而不是从源代码编译:
brew install berkeley-db
关于c - 如何在 OSX 上从源代码安装 libDb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48527832/
我正在尝试在我的树莓派上设置 Jade 加密挖掘软件。我使用的是树莓派钱包的 ARM 发行版,可在此处获取:https://www.emeraldcrypto.de 我可以很好地编译钱包,但是当我用
我克隆了this repo然后... cd build_unix ../dist/configure make sudo make install 然后我转到我尝试编译并运行 stack instal
我正在尝试用 C 编写一个小程序,它将在 FreeBSD 9.1 系统上打开并从 Berkeley 4.2 哈希 DB 中读取以进行测试,但我无法编译它。这是我第一次用 C 语言编写任何东西并从命令行
我是一名优秀的程序员,十分优秀!