我对postgresql-libpq (Windows x32 OS)有一些问题。
我试图在我的项目目录中执行一个'ghci -package postgresql-libpq‘或'yesod devel’,我得到这样的错误:"Entry point to libintl_gettext not found in DLL libintl.dll library“。
为什么我会看到这个错误,我该如何修复它?
发布于 2013-02-04 03:40:04
看起来libintl.dll未安装/未正确安装在您的路径中。在windows上,postgres似乎偶尔会出现问题:http://blog.kimiensoftware.com/2011/07/windows-postgresql-and-the-case-of-the-vanishing-libint-dll-372。
https://stackoverflow.com/questions/14676104
复制相似问题