首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >通过Cygwin安装Gearman时的库文件问题

通过Cygwin安装Gearman时的库文件问题
EN

Stack Overflow用户
提问于 2014-12-18 18:25:27
回答 1查看 430关注 0票数 5

我一直通过Cygwin终端在我的Win7机器上安装Gearman作业服务器。我已经成功解压了gearman-1.1.12的tar文件。现在我必须运行./configure来构建新的makefile。但上面写着

代码语言:javascript
复制
   * CPP Flags:                  -fvisibility=hidden
   * LIBS:
   * LDFLAGS Flags:
   * Assertions enabled:        no
   * Debug enabled:             no
   * Warnings as failure:       no
   * Building with libsqlite3   yes
   * Building with libdrizzle   yes
   * Building with libmemcached not found
   * Building with libpq        yes
   * Building with tokyocabinet no
   * Building with libmysql     yes
   * SSL enabled:               no
   * cyassl found:              no
   * openssl found:             yes
   * make -j:                   2
   * VCS checkout:              no
   * sphinx-build:              :

---

我试图忽略并通过'make‘命令构建程序,它给出了:

代码语言:javascript
复制
/usr/bin/grep: /usr/lib/libintl.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libintl.la: No such file or directory
libtool: link: `/usr/lib/libintl.la' is not a valid libtool archive
Makefile:3707: recipe for target 'libgearman/libgearman.la' failed
make[1]: *** [libgearman/libgearman.la] Error 1
make[1]: Leaving directory '/home/gearmand-1.1.12'
Makefile:3050: recipe for target 'all' failed
make: *** [all] Error 2

我尝试重新安装Cygwin来定制搜索丢失的文件,但它们不存在于Cygwin库中。我无法解决此问题。请指出我的错误或指导我到任何教程。感谢所有人

EN

回答 1

Stack Overflow用户

发布于 2014-12-18 19:46:52

代码语言:javascript
复制
wget github.com/fd00/yacp/archive/master.tar.gz
tar xf master.tar.gz yacp-master/gearmand
cd yacp-master/gearmand
cygport gearmand-1.1.12-1bl2.cygport download all
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/27544343

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档