当前位置:  开发笔记 > 数据库 > 正文

安装HDBC-SQlite3 Haskell

如何解决《安装HDBC-SQlite3Haskell》经验,为你挑选了2个好方法。

我在安装过程中面临问题:

>>setup configure

Configuring HDBC-sqlite3-2.3.0.0...
setup: Missing dependency on a foreign library:
* Missing C library: sqlite3
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.

我该怎么办 ?

谢谢你的帮助



1> gruber..:

好,

我从源zip下载了sqlite3.dll和sqlite3.h.

然后我在system32目录中插入sqlite3.dll并在设置配置我使用

--extra-lib-dirs = ... --extra-include-dirs = ...具有正确的头和dll路径的参数.


这非常容易.HDBC应该附带一些默认的sqlite3库,以便于安装.

2> Thomas..:

您需要安装SQLite的C库实现和标头.

在Ubuntu和其他基于Debian的Linux发行版中,它很简单

sudo apt-get install sqlite3 libsqlite3-dev

其他Linux发行版将具有类似命名的包.

在Windows上,您将不得不做更多的工作.

在OS X上,我不知道.

推荐阅读
mobiledu2402851377
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有