如何在 Mac OS X 上安装 nano-hmac?
“nano-hmac”是一个 Haskell 软件包,通常可以使用 Cabal 安装。 然而,Mac OS X 的 OpenSSL 库与预期不同,因此无法编译绑定。
我可以从 openssl.org 安装 openssl 版本,但我不确定如何指示 Cabal 使用此版本而不是 Mac OS X 版本。
"nano-hmac" is a Haskell package which can normally be installed using Cabal. However, Mac OS X has a different OpenSSL library than the one it expects, so it fails to compile bindings.
I can install the version of openssl from openssl.org, but I'm not sure how to instruct Cabal to use this instead of the Mac OS X version.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
macports 有自己的 openssl、ghc 和 hs-cabal。 您是否尝试过通过 macports 安装所有内容?
macports has its own openssl, ghc and hs-cabal. Have you tried installing everything via macports?
免责声明:我不是 Haskell 开发人员。 (我知道,我知道...)
也就是说,我建议调查 的使用Fink 提供对 GHC 以及 < a href="http://pdb.finkproject.org/pdb/browse.php?summary=openssl" rel="nofollow noreferrer">openssl 和许多(大多数?)常见的 FOSS 软件包。
Disclaimer: I'm not a Haskell developer. (I know, I know...)
That said, I would recommend investigating the use of Fink which provides support for GHC as well as openssl and many (most?) common FOSS packages.