我一直通过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库中。我无法解决此问题。请指出我的错误或指导我到任何教程。感谢所有人
发布于 2014-12-18 19:46:52
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 allhttps://stackoverflow.com/questions/27544343
复制相似问题