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

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

发布时间:2020-12-14 01:40:32 所属栏目:Linux 来源:网络整理
导读:我一直在通过Cygwin终端在我的WIN 7机器上安装Gearman作业服务器.我已经成功提取了gearman-1.1.12的tar文件.现在我必须运行./configure来构建新的makefile.但它说 * CPP Flags: -fvisibility=hidden * LIBS: * LDFLAGS Flags: * Assertions enabled: no * De
我一直在通过Cygwin终端在我的WIN 7机器上安装Gearman作业服务器.我已经成功提取了gearman-1.1.12的tar文件.现在我必须运行./configure来构建新的makefile.但它说

* 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’命令忽略并构建程序,它给出:

/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库中.我无法解决这个问题. Plz指出我的错误或指导我任何教程.谢谢大家

解决方法

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

(编辑:李大同)

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

    推荐文章
      热点阅读