我一直在通过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指出我的错误或指导我任何教程。谢谢大家
答案 0 :(得分:0)
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