我已经在互联网上搜索了很多,并尝试了所有的教程。但是我不能安装带有PHP7和MsSql扩展的Directadmin
我使用的是CentOs 7+ Directadmin + php7.0
有人能帮帮忙吗?
发布于 2018-04-09 07:50:57
以下教程将引导您完成启用扩展模块https://help.directadmin.com/item.php?id=252的过程
Custombuild]# more configure/ap2/configure.php70
#!/bin/sh
./configure \
--with-apxs2 \
--with-config-file-scan-dir=/usr/local/lib/php.conf.d \
--with-curl=/usr/local/lib \
--with-gd \
--enable-gd-native-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
-with-mysqli=mysqlnd \https://stackoverflow.com/questions/48675183
复制相似问题