vb安裝依賴報錯:
Error:
Problem: cannot install both libaio-0.3.111-5.p03.ky10.x86_64 and libaio-0.3.112-5.p01.ky10.x86_64
- package libaio-devel-0.3.111-5.p03.ky10.x86_64 requires libaio(x86-64) = 0.3.111-5.p03.ky10, but none of the providers can be installed
- cannot install the best candidate for the job
- conflicting requests
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
應(yīng)該是麒麟系統(tǒng)本身已安裝了高版本的libaio
查看當(dāng)前版本:
rpm -q libaio
降級 libaio 以匹配開發(fā)包要求
yum downgrade libaio-0.3.111-5.p03.ky10 -y
然后安裝所有依賴包
yum install -y zlib-devel libaio libuuid krb5-libs libicu libxslt tcl perl openldap pam openssl-devel libxml2 libaio-devel flex bison ncurses-devel glibc-devel patch readline-devel expect bzip2 gcc net-tools gdb