Linux:DirectAdmin找不到/usr/include/et/com_err.h

时间:2020-02-23 14:39:31  来源:igfitidea点击:

安装DirectAdmin时遇到以下错误?

*** Cannot find /usr/include/et/com_err.h. (yum install libcom_err-devel) ***
Installation didn't pass, halting install.
Once requirements are met, run the following to continue the install:
cd /usr/local/directadmin/scripts
./install.sh

根据安装程序的建议,您需要按照以下步骤安装" libcom_err-devel"软件包:

yum install libcom_err-devel libcom_err

要恢复安装,只需执行以下操作:

cd /usr/local/directadmin/scripts
./install.sh

注意:您可能还需要其他依赖项:

yum install gcc gcc-c++ make automake openssl-devel perl flex