麒麟服务器v10系统安装时报错,银河麒麟V10服务器版本编译安装php7.2.12

上传tar包php-7.2.12.tar.gz

tar -zxvf php-7.2.12.tar.gz

cd php-7.2.12

./configure --prefix=/home/kookserver/php --with-config-file-path=/home/kookserver/php/etc --with-config-file-scan-dir=/home/kookserver/php/etc/php.d --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-gd --with-iconv --with-zlib --enable-xml --enable-shmop --enable-sysvsem --enable-inline-optimization --enable-mbregex --enable-mbstring --enable-ftp --with-openssl --enable-pcntl  --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --with-curl --with-jpeg-dir  --with-freetype-dir --enable-opcache --with-libxml-dir --with-png-dir --with-xpm-dir=/usr/lib64/

make && make install

添加mongodb扩展(http://pecl.php.net/package/mongodb)

tar -zxvf mongodb-1.8.2.tgz

cd mongodb-

你可能感兴趣的:(麒麟服务器v10系统安装时报错)