Directadmin是商业版服务器管理系统,下面介绍破解版的安装!(天朝专用)
注意:仅限4.x 5.x 6.x,64位版本
连接SSH
yum update
yum install -y dos2unix patch
yum install -y wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-dev gd zlib-devel zip unzip libcap-devel cronie
yum remove httpd* php* mysql* -y
wget http://xsdou.googlecode.com/files/setup.sh
chmod 755 setup.sh
dos2unix setup.sh
./setup.sh
选择好centos版本安装
- 本文固定链接: https://db.ci/soft/softshare/1547.html
- 转载请注明: admin 于 大博辞 发表
❗ 我靠,这都有,果断测试
出错了:
Cannot find /usr/local/bin/php
Please recompile php with custombuild, eg:
cd /usr/local/directadmin/custombuild
./build all d
This appears to be a 64-bit system.
a common cause of http/php compile failures is mentioned here:
http://help.directadmin.com/item.php?id=213
If you’re running CentOS (not freebsd or debian) and applies to you, then type:
ln -sf /usr/lib64/libexpat.so /usr/lib/libexpat.so
ln -sf /usr/lib64/libm.so /usr/lib/libm.so
ln -sf /usr/lib64/libssl.so /usr/lib/libssl.so
cd /usr/local/directadmin/custombuild
./build all d
求方法,用的是CentOS 6.3 64bit
好 顶你