ติดตั้ง gmp
# yum install gmp-devel
cd /usr/local/directadmin/custombuild
./build used_configs | grep configure.php
cd /usr/local/directadmin/customapache
vi configure.php
#add your --with-module line to the end of the file,
--with-gmp
# and make sure the \ character exists at the end of all lines except the last one.
./build clean
./build php
# yum install gmp-devel
cd /usr/local/directadmin/custombuild
./build used_configs | grep configure.php
cd /usr/local/directadmin/customapache
vi configure.php
#add your --with-module line to the end of the file,
--with-gmp
# and make sure the \ character exists at the end of all lines except the last one.
./build clean
./build php
- 0 Users Found This Useful