我需要安装mysqlnd_qc
插件。
所以,我到目前为止所实现的是安装MySQL Native Driver
,Apache
等。仅此而已。
我如何尝试安装?对于PECL
,请在终端中使用此pecl install mysqlnd_qc-1.2.0.tar
命令。
但是编译失败。
In file included from /tmp/pear/temp/mysqlnd_qc/php_mysqlnd_qc.c:32:0:
/tmp/pear/temp/mysqlnd_qc/mysqlnd_qc.h:38:40: fatal error:
ext/standard/php_smart_str.h: No such file or directory #include "ext/standard/php_smart_str.h"
^ compilation terminated.
我的服务器详细信息在这里:
Debian GNU/Linux 9 \n \l
PHP 5.6.38-2+0~20181015120829.6+stretch~1.gbp567807 (cli)
Server version: Apache/2.4.25 (Debian)
mysql Ver 14.14 Distrib 5.7.24, for Linux (x86_64) using EditLine wrapper
如果您需要更多详细信息,请随时问我。
更新:即使在使用源代码的情况下,我也尝试进行编译,但出现相同的错误。 在INSTALL文件中,指定我需要具有PHP-src。为什么? PHP没有文件吗?