【 使用环境 】生产环境
【 使用版本 】4.3.2
【 问题描述 】安装失败
【复现路径】
tar -xzf oceanbase-all-in-one-4.3.2.0-100000092024072912.el7.x86_64.tar.gz
cd oceanbase-all-in-one/bin/
./install.sh
输出错误:
root@db:~/oceanbase-all-in-one/bin# ./install.sh
install obd as root
No previous obd installed, try install...
rpm: RPM should not be used directly install RPM packages, use Alien instead!
rpm: However assuming you know what you are doing...
error: Failed dependencies:
/bin/sh is needed by ob-deploy-2.9.2-1.el7.x86_64
./install.sh: line 96: /usr/bin/obd: No such file or directory
./install.sh: line 97: /usr/bin/obd: No such file or directory
./install.sh: line 99: /usr/bin/obd: No such file or directory
add auto set env logic to profile: /root/.bashrc
#########################################################################################
Install Finished
=========================================================================================
Setup Environment: source ~/.oceanbase-all-in-one/bin/env.sh
Quick Start: obd demo
Use Web Service to install: obd web
Use Web Service to upgrade: obd web upgrade
More Details: obd -h
=========================================================================================
错误必现,但是同样步骤安装oceanbase-all-in-one-4.3.0.1-100000242024032211.el7.x86_64.tar.gz是没有问题的