./setup.sh 后出现错误: configure: creating ./config.status config.status: creating Makefile config.status: creating cli/Makefile config.status: creating etc/Makefile config.status: creating libscws/Makefile config.status: creating libscws/version.h config.status: creating config.h c...
...rtok_r... yes checking for mmap... yes checking for struct flock... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating libscws/Makefile config.status: WARNING: 'libs...
...ng scws ... no Installing scws (1.2.1) ... Extracting scws package ... Configuring scws ... Compiling & installing scws ... ----- config.status: creating Makefile config.status: creating cli/Makefile config.status: creating etc/Makefile config.status: creating libscws/Makefile config.stat...
你编译的SCWS.SO和所用的PHP不是同一个版本。。。重新用对应配套的 phpize php-config 吧,如果你的系统有默认装的早先的php 请在 ./configure 中明确的用 --with-php-config=.... 指定真正在用的PHP-CONFIG
那么你应该用 phpinfo 中显示的版本对应的php-config路径去安装. 看你发的URL PHP应该是被安装在 /usr/local/php 下,那么你编译 scws 应该按以下步骤: 1. /usr/local/php/bin/phpize --clean 2. /usr/local/bin/bin/phpize 3 ./configure --with-scws=/usr/local/scws ...
...my_global.h:80, from plugin_scws.c:20: ../../include/my_config.h:1059:1: warning: "PACKAGE" redefined :6:1: warning: this is the location of the previous definition ../../include/my_config.h:1065:1: warning: "PACKAGE_NAME" redefined :1:1: warning: this is the location of the pr...
... php_scws.c,v 1.3 2009/05/14 19:25:32 hightman Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" --- 16,22 ---- +----------------------------------------------------------------------+ */ ! /* $Id: php_scws.c,v 1.4 2009/07/16 14:16:03 hightman Exp $ */ #ifdef HAVE_CONF...
...my_global.h:80, from plugin_scws.c:20: ../../include/my_config.h:1059:1: warning: "PACKAGE" redefined :6:1: warning: this is the location of the previous definition ../../include/my_config.h:1065:1: warning: "PACKAGE_NAME" redefined :1:1: warning: this is the location of the pr...
...然后一步步走下来, 重新make了MySQL,plugin下面的scws进行configure正常,但在编译时出了错误,错误信息如下: In file included from ../../include/my_global.h:85, from plugin_scws.c:20: ../../include/my_config.h:1065:1: warning: "PACKAGE" redef...
...经安装成功! 安装php扩展: 1. 执行phpize信息: [code]Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extensio...