GBase 8s
安装配置
问答

ubuntu22.04安装 报错

发表于2023-09-12 17:18:07346次浏览18个评论

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。

【GBase版本】:GBase8sV8.8_3.5.0_x86_64

【操作系统】:

【CPU】:

【问题描述】*:

评论

登录后才可以发表评论
用户头像
路路路发表于 2年前
操作系统缺文件,libm . so .6,libc . so .6 (图片第二行)
安装相应包再试试呗
GBase用户11168发表于 2年前
@路路路:软连接加上了 还需要安装什么包嘛
用户头像
liaosnet发表于 2年前
apt -y install unzip tar openjdk-8-jdk glibc-tools libncurses5 libnsl-dev libaio-dev
GBase用户11168发表于 2年前
@liaosnet:这些都是已安装状态了
用户头像
liaosnet发表于 2年前
@GBase用户11168:这个libc.so.6应该是在glibc里的,你这里说安装了,应该不应该不存在。
GBase用户11168发表于 2年前
@liaosnet
GBase用户11168发表于 2年前
@liaosnet
GBase用户11168发表于 2年前
@liaosnet:root@luser:~# apt -y install unzip tar openjdk-8-jdk glibc-tools libncurses5 libnsl-dev libaio-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libaio-dev is already the newest version (0.3.112-13build1).
libnsl-dev is already the newest version (1.3.0-2build2).
glibc-tools is already the newest version (0.0~git3.23fd2b9-0ubuntu1).
tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.1).
unzip is already the newest version (6.0-26ubuntu3.1).
libncurses5 is already the newest version (6.3-2ubuntu0.1).
openjdk-8-jdk is already the newest version (8u382-ga-1~22.04.1).
0 upgraded, 0 newly installed, 0 to remove and 58 not upgraded.
root@luser:~#
用户头像
liaosnet发表于 2年前
@GBase用户11168:你这是最小化安装?
如果apt show libc6不是如下图。
尝试一下apt -y install libc6 libc-dev,再尝试安装数据库。
用户头像
liaosnet发表于 2年前
@GBase用户11168:最小化安装?尝试 apt -y install libc6 libc6-dev
用户头像
路路路发表于 9个月前
有问题可以再发问答贴
用户头像
路路路发表于 8个月前
冰凤发表于 7个月前
1
冰凤发表于 7个月前
2
冰凤发表于 7个月前
4
冰凤发表于 7个月前
3
冰凤发表于 7个月前
5
GBase用户19279发表于 3个月前
学习了