你编译的SCWS.SO和所用的PHP不是同一个版本。。。重新用对应配套的 phpize php-config 吧,如果你的系统有默认装的早先的php 请在 ./configure 中明确的用 --with-php-config=.... 指定真正在用的PHP-CONFIG
... 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?)
...版本的PHP,请指定正确的 phpize 以及在 configure时加入 --with-php-config= .. 指定路径。 经常有的人由于各种原因在系统装上了多个版本的PHP
...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安...
...hp-config 用和 php-cgi 配套的。。。 configure时可以指定 --with-php-config
... /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 至少对于 /...
这样设置后 ./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...
...版本的PHP,请指定正确的 phpize 以及在 configure时加入 --with-php-config= .. 指定路径。 经常有的人由于各种原因在系统装上了多个版本的PHP [/quote] 你好,先谢谢你的回复。 我的系统环境是 centOS5 因为我linux的功底基本没...
...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...
... 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...