directadmin

如果你得到这个错误 /usr/lib/libexpat.so: could not read symbols: File in wrong format 将以下选项添加到您的apache配置文件中: --with-expat=builtin 你把它放到: /usr/local/directadmin/custombuild/custom/ap2/confi

/usr/lib/libexpat.so:无法读取符号:格式错误的文件

来源:梦飞科技 作者:梦飞 浏览量:163 更新:2018-04-17
如果你得到这个错误

/usr/lib/libexpat.so: could not read symbols: File in wrong format

将以下选项添加到您的apache配置文件中:

--with-expat=builtin

你把它放到:

/usr/local/directadmin/custombuild/custom/ap2/configure.apache

如:

    "--with-expat=builtin" \

注意除了最后一行之外的所有行上必须出现的字符。
 
您需要将此文件复制到上述位置:

/usr/local/directadmin/custombuild/configure/ap2/configure.apache

以确保更新custombuild后您的更改仍然存在。
 
这是做出改变的相关指南。



2014年8月29日
 
另一个报告的解决方案(未经测试):

rpm -e expat-devel.i386

 
部分文章来源与网络,若有侵权请联系站长删除!