Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/.htaccess/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在RHEL 7上安装R-错误:发现多库版本问题:(expat-2.1.0-11.el7.i686!=expat-2.1.0-11.el7_7.x86_64)_R_Redhat - Fatal编程技术网

在RHEL 7上安装R-错误:发现多库版本问题:(expat-2.1.0-11.el7.i686!=expat-2.1.0-11.el7_7.x86_64)

在RHEL 7上安装R-错误:发现多库版本问题:(expat-2.1.0-11.el7.i686!=expat-2.1.0-11.el7_7.x86_64),r,redhat,R,Redhat,我正在尝试在RHEL 7盒上安装R(yum install R),但收到以下错误消息。有没有人有办法解决外派员工的两个LIB之间的冲突 ---> Package expat.i686 0:2.1.0-11.el7 will be installed ---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed --> Finished Dependency Resolution --> Finding

我正在尝试在RHEL 7盒上安装R(yum install R),但收到以下错误消息。有没有人有办法解决外派员工的两个LIB之间的冲突

---> Package expat.i686 0:2.1.0-11.el7 will be installed
---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed
--> Finished Dependency Resolution
--> Finding unneeded leftover dependencies
Found and removing 0 unneeded dependencies
Error:  Multilib version problems found. This often means that the root
       cause is something else and multilib version checking is just
       pointing out that there is a problem. Eg.:

         1. You have an upgrade for expat which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of expat of the
            different architecture. If you exclude the bad architecture
            yum will tell you what the root cause is (which package
            requires what). You can try redoing the upgrade with
            --exclude expat.otherarch ... this should give you an error
            message showing the root cause of the problem.

         2. You have multiple architectures of expat installed, but
            yum can only see an upgrade for one of those architectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.

         3. You have duplicate versions of expat installed already.
            You can use "yum check" to get yum show these errors.

       ...you can also use --setopt=protected_multilib=false to remove
       this checking, however this is almost never the correct thing to
       do as something else is very likely to go wrong (often causing
       much more problems).

       Protected multilib versions: expat-2.1.0-11.el7.i686 != expat-2.1.0-11.el7_7.x86_64
Uploading Enabled Repositories Report
Loaded plugins: product-id, subscription-manager