Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/22.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
安装程序无法识别Redhat 7 Linux_Redhat_Boost Filesystem_Boost System_Fcgid - Fatal编程技术网

安装程序无法识别Redhat 7 Linux

安装程序无法识别Redhat 7 Linux,redhat,boost-filesystem,boost-system,fcgid,Redhat,Boost Filesystem,Boost System,Fcgid,我正在安装一个应用程序,该应用程序可以与Redhat 6配合使用,但在Redhat 7中失败,出现以下依赖项错误: Error: Package: ulp-kms-3.3.1-63866beta.x86_64 (/ulp-kms-3.3.1-63866beta.x86_64) Requires: libboost_system-mt.so.5()(64bit) Error: Package: ulp-kms-3.3.1-63866beta.x86_64 (/ulp-kms-

我正在安装一个应用程序,该应用程序可以与Redhat 6配合使用,但在Redhat 7中失败,出现以下依赖项错误:

Error: Package: ulp-kms-3.3.1-63866beta.x86_64 (/ulp-kms-3.3.1-63866beta.x86_64)
           Requires: libboost_system-mt.so.5()(64bit)
Error: Package: ulp-kms-3.3.1-63866beta.x86_64 (/ulp-kms-3.3.1-63866beta.x86_64)
           Requires: libboost_filesystem-mt.so.5()(64bit)
Error: Package: ulp-kms-3.3.1-63866beta.x86_64 (/ulp-kms-3.3.1-63866beta.x86_64)
           Requires: mod_fastcgi
redhat 7服务器已具有以下库的版本: mod_fcgid-2.3.9-6.el7.x86_64 boost-system-1.53.0-28.el7.x86_64 boost-filesystem-1.53.0-28.el7.x86_64

应用程序在redhat 6上运行良好,具有以下库: mod_fastcgi-2.4.6-2.el6.rf.x86_64 boost-system-1.41.0-11.el6_1.2.x86_64 boost-filesystem-1.41.0-11.el6_1.2.x86_64

这是否意味着安装程序无法识别较新的库? 有没有办法强迫它使用新的图书馆