在中标麒麟上:
yum -y install cups-devel
报错:具体错误如下:
Transaction check error: file /etc/rc.d/rc.local from install of systemd-219-62.nd7.15.mips64el conflicts with file from package initscripts-9.56.1-4.nd7.11.mips64el
有人说如下方法:
rpm -ivh xxx.rpm –replacefiles
我是通过yum安装,无法使用。可是工作上必须要求,于是吾下载了cups自行编译。参考:
https://blog.csdn.net/quantum7/article/details/103967411
继续执行编译,通过。