Linux 通过Cygwin安装Gearman时出现库文件问题

Linux 通过Cygwin安装Gearman时出现库文件问题,linux,cygwin,gearman,Linux,Cygwin,Gearman,我一直在通过Cygwin终端在我的Win7机器上安装Gearman作业服务器。我已经成功地提取了gearman-1.1.12的tar文件。现在我必须运行./configure来构建新的makefile。但是它说 * CPP Flags: -fvisibility=hidden * LIBS: * LDFLAGS Flags: * Assertions enabled: no * Debug enabled:

我一直在通过Cygwin终端在我的Win7机器上安装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库中。我无法解决这个问题。请指出我的错误或指导我的任何教程。谢谢大家

@ArsalanSherwani,然后你需要在网上搜索那些丢失的工具并安装它们,就像你为Gearman所做的那样。可能有Cygwin软件包,只需签入Cygwin安装程序,或使用apt cyg即可。您还可以检查包的。但是,当您遇到错误时,请搜索确切的错误,并在来到这里之前尝试自己修复它。让我们看看你自己做了些什么。从您的问题来看,在提问之前,您似乎没有在研究或解决问题上付出任何努力。@steven您是否在cygwin安装期间安装了其他LIB,如Tokyocaute、cyassl、libmemcached,或者单独安装了它们?因为我在安装过程中没有找到它们。我试图分别下载它们,但在安装过程中,它显示为
Package cyassl未找到或名称不明确,在每个包上退出
-installation@Steven当我运行./configure时,我找到了一些丢失的文件(例如Tokyocaubine、cyassl、libmemcached)。我不知道您是如何处理这些问题的。但是在修复“make”命令问题之前,我想知道如何处理运行“./configure”后提到的丢失文件。“你没有安装吗?”史蒂文谢谢你的回复。我试过了,但我还是犯了我在上面的问题中提到的同样的错误。
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