我在Windows 7 64位上安装了所有软件包的cygwin.由于某种原因,make命令给我一个错误:bash make:command not found.我检查并在我的bin文件夹中,没有make.exe.谁可以帮我这个事?我真的需要在CYGWIN工作.我不想去Windows XP.
我正在尝试使用PHP扩展安装Gearman以将其与PHP-CLI一起使用.
我安装了Debian 6.0.5 php5-cli并php-pear安装了.
多数民众赞成我尝试过的
# apt-get install php5-dev
# apt-get install gearman-job-server libgearman-dev
# pecl install gearman
Run Code Online (Sandbox Code Playgroud)
这就是我在控制台上看到的内容 pecl install
downloading gearman-1.1.1.tgz ...
Starting to download gearman-1.1.1.tgz (30,896 bytes)
.........done: 30,896 bytes
3 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
building in /tmp/pear/temp/pear-build-rootAccnyQ/gearman-1.1.1
running: /tmp/pear/temp/gearman/configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for …Run Code Online (Sandbox Code Playgroud) 我想在项目中实现"GEARMAN",但我不知道如何在Windows操作系统中安装或配置"GEARMAN".任何人都可以提供我可以与"GEARMAN"合作的链接吗?