Gbase8a suse环境安装遇到的rpms缺失问题

一、suse环境下安装依赖包工具zypper

在suse环境下安装gbase8a集群,有时会遇到这样的报错信息“Error: gcinstall.py(line 2520) – cluster needs some rpms to running"

示例:

./gcinstall.py –silent=demo.options

Environmental Checking on gcluster nodes.

Error: gcinstall.py(line 2520) – cluster needs some rpms to running.

10.10.**.*** :libgomp1

 

此时需要安装libgomp1依赖包

这时候会使用zypper命令安装,等同于redhat系统中的yum命令

Sles-12-node-0:/ #zypper install libgomp1

Loading repository date…

Reading installed packages…

Resolving package dependencies…

 

The following NEW package is going to be installed:

       Libgomp1

1 new package to install.

Overall download size: 62.3 KiB. Already cached: 0 B. After the operation, additional 139.2 KiB will be ? [y/n/? shows all options] (y): y

ng package libgmp1-5.2.1+r226025-4.1.x86_64.rpm…………….………………………[done]

for file conflicts…………………………………………………………………………………………………[done]

stalling: libgmp1-5.2.1+r226025-4.1.x86_64.rpm……………………………………………[done]

完成后,再执行一遍安装命令即可完成gbase8a集群安装

posted on 2025-01-10 08:51  阿陶学长  阅读(37)  评论(0)    收藏  举报