搜索

大约有 13 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0054秒)

1.RE: php扩展问题

发布时间:2010-09-01 12:09 t By hightman

你编译的SCWS.SO和所用的PHP不是同一个版本。。。重新用对应配套的 phpize php-config 吧,如果你的系统有默认装的早先的php 请在 ./configure 中明确的用 --with-php-config=.... 指定真正在用的PHP-CONFIG

2.RE: php扩展问题

发布时间:2010-09-07 16:09 t By hightman

... 2. /usr/local/bin/bin/phpize 3 ./configure --with-scws=/usr/local/scws --with-php-config=/usr/local/php/bin/php-config 4. make && make install 然后重启PHP的进程(FASTCGI?)

3.RE: 安装scws-1.1.5时遇到问题:Unable to load dynamic library

发布时间:2011-01-12 11:01 t By hightman

...版本的PHP,请指定正确的 phpize 以及在 configure时加入 --with-php-config= .. 指定路径。 经常有的人由于各种原因在系统装上了多个版本的PHP

4.安装scws扩展时出现:error: wrong scws lib version or lib not found

更新时间:2010-09-28 01:09 t By smallmenu

...p扩展时报以下错误: # ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/bin/php-config checking for scws support... yes, shared checking for scws_new in -lscws... no configure: error: wrong scws lib version or lib not found 我的PHP为5.2.14,通过FreeBSD ports安...

5.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

发布时间:2010-04-27 16:04 t By hightman

...hp-config 用和 php-cgi 配套的。。。 configure时可以指定 --with-php-config

6.RE: 安装scws-1.1.5时遇到问题:Unable to load dynamic library

发布时间:2011-01-12 22:01 t By hightman

... /usr/local/php/bin/phpize --clean /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/bin/php-config make make install 这时 .so 可能会安装到默认的 /usr/local/php/lib/extensions/no-debug ... 拷到你需要的位置,以这个方式编译出来的 scws.so 至少对于 /...

7.RE: php扩展问题

发布时间:2010-09-03 17:09 t By qqnr

这样设置后 ./configure --with-scws=/usr/local/scws --with-php-config=/usr/local/php/bin/php-config 然后还是出错 不加--with-php-config=/usr/local/php/bin/php-config不会出错,但是PHP无法加载 # make /bin/sh /niran/fenci/scws-1.1.2/phpext/libtool --mode=compile gcc -I...

8.RE: 安装scws-1.1.5时遇到问题:Unable to load dynamic library

更新时间:2011-01-12 18:01 t By xxxG9onno

...版本的PHP,请指定正确的 phpize 以及在 configure时加入 --with-php-config= .. 指定路径。 经常有的人由于各种原因在系统装上了多个版本的PHP [/quote] 你好,先谢谢你的回复。 我的系统环境是 centOS5 因为我linux的功底基本没...

9.安装php扩展 error: Incorrect scws library

发布时间:2013-02-21 11:02 t By Loading

...ownloads/scws/scws-1.2.1/phpext> ./configure --with-scws=/usr/local/scws --with-php-config=/usr/bin/php-config configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking...

10.RE: scws.so: undefined symbol: core_globals_id in Unknown on line 0 done

更新时间:2010-04-28 19:04 t By uuuuu

... 220060519 [root@zjx phpext]# ./configure --with-scws=/usr/local/scws/ --with-php-config=/usr/local/php/bin/php-config checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for cc... cc checking for C compiler default output file name... a.out checking...

12
  • 时间不限
  • 按相关性排序