加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

安装HDBC-SQlite3 Haskell

发布时间:2020-12-12 18:59:56 所属栏目:百科 来源:网络整理
导读:我在安装过程中面临问题: setup configureConfiguring HDBC-sqlite3-2.3.0.0...setup: Missing dependency on a foreign library:* Missing C library: sqlite3This problem can usually be solved by installing the system package thatprovides this lib
我在安装过程中面临问题:

>>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.

我该怎么办 ?

谢谢你的帮助

解决方法

好,

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

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

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

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读