[quote='hightman' pid='3616' dateline='1363966246'] 你缺少基本的编译工具,先装好 g++,gcc,make这些 [/quote] 但是我已经yum install gcc 和 yum install gcc-c++过了,yum不是安装好了吗
...ake[1]: Leaving directory `/home/sundaming/scws-1.1.6/libscws' make: *** [install-recursive] Error 1 1.1.7和1.1.8一样的出错,请问这个是cygwin本身的原因么?
必须先安装scws主体啊,在安装phpext/之前。 cd scws-1.1.2/ ; ./configure --prefix=/usr/local/scws ; make ; make install 然后再做你的上述步骤!
...local/scws --with-php-config=/usr/local/php/bin/php-config 4. make && make install 然后重启PHP的进程(FASTCGI?)
对只要编译一下 scws 扩展就可以了。在 xunsearch-full-xxx 下面有 scws-1.1.8/phpext 在此目录下 phpize ./configure make && make install 即可,以上步骤根据不同用户权限略有不同。
[size=medium]Checking scws ... no Installing scws (1.2.3-dev) ... Extracting scws package ... Configuring scws ... ----- checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes...
... cd scws-1.1.7 ./configure --prefix=/usr/local/scws-1.1.7 make make install ls -al /usr/local/scws-1.1.7/lib/libscws.la /usr/local/scws-1.1.7/bin/scws -h #两外我将字典文件放入了 /usr/local/scws-1.1.7/etc 下面 /opt/php-5.2.17/bin/phpize #说明:我的php安装在/opt/php...
我按这个页面http://www.ftphp.com/scws/docs.php上写的方式安装,但是我不知道scsw.so安装完后位置在哪,所以extension = scws.so这行不懂的怎么写,对linux不太熟,公司的linux好像是rhes4的吧[hr] make install有提示,知道了
...的步骤一步一步装的 安装提示 [root@localhost phpext]# make install Installing shared extensions: /usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/ 这个应该说明scws安装成功了 并在在/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/ 文件夹...
...法 修改 src/Makefile 后 在 xunsearch-1.0.1 目录 执行 make clean install 就可以成功安装 xunsearch了