安装 Sentinel 服务器时出现问题

问题描述

我在我们的其中一台开发服务器上安装 Sentinel Server 时遇到以下问题。

[root@pny9-dxp2-sentinel-0001 bin]# ./lserv port 5093
-bash: ./lserv: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

以下是机器信息:

[root@pny9-dxp2-sentinel-0001 bin]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
[root@pny9-dxp2-sentinel-0001 bin]# uname -a
Linux pny9-dxp2-sentinel-0001.novalocal 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@pny9-dxp2-sentinel-0001 bin]#

我用谷歌搜索了这个问题,并得到了安装 glibc.i686 包的解决方案。

但是,在安装它时,我遇到了以下问题:

[root@pny9-dxp2-sentinel-0001 bin]# yum install glibc.i686
Loaded plugins: fastestmirror,search-disabled-repos
Loading mirror speeds from cached hostfile
rhel7                                                                                                           | 2.9 kB  00:00:00
rhel7.8                                                                                                         | 2.9 kB  00:00:00
Resolving Dependencies
--> Running transaction check
---> Package glibc.i686 0:2.17-260.el7 will be installed
--> Processing Dependency: glibc-common = 2.17-260.el7 for package: glibc-2.17-260.el7.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.17-260.el7.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.17-260.el7.i686
--> Running transaction check
---> Package glibc.i686 0:2.17-260.el7 will be installed
--> Processing Dependency: glibc-common = 2.17-260.el7 for package: glibc-2.17-260.el7.i686
---> Package nss-softokn-freebl.i686 0:3.36.0-5.el7_5 will be installed
--> Finished Dependency Resolution
**Error: Package: glibc-2.17-260.el7.i686 (RHEL7.6-DVD)
           Requires: glibc-common = 2.17-260.el7
           Installed: glibc-common-2.17-307.el7.1.x86_64 (@rhel7.8)
               glibc-common = 2.17-307.el7.1
           Available: glibc-common-2.17-260.el7.x86_64 (RHEL7.6-DVD)
               glibc-common = 2.17-260.el7
           Available: glibc-common-2.17-292.el7.x86_64 (rhel7)
               glibc-common = 2.17-292.el7**
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

然而,它因上述依赖问题而失败。 我已经用 RHEL 7.6 ISO 的包准备了一个本地 REPO,但同样的问题。 以下是回购信息。

[root@pny9-dxp2-sentinel-0001 bin]# cat /etc/yum.repos.d/local.repo
[RHEL7.6-DVD]
name = RHEL7.6-DVD
#baseurl = http://10.31.239.50/RHEL7.6-DVD
#baseurl= file:///usr/local/cdroms/RHEL7.6-DVD
baseurl=file:///RHEL7.6-REPO
Enabled = yes
gpgcheck = yes
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

[root@pny9-dxp2-sentinel-0001 bin]# ls -alrth /RHEL7.6-REPO/*rpm|wc -l
5152

任何人都可以帮助我解决相同的问题。

谢谢...

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...