【 使用环境 】测试环境
【 OB or 其他组件 】
【 使用版本 】V4.0.0.0_CE
【问题描述】无法部署
【复现路径】
# build from source code
yum install git wget rpm* cpio make glibc-devel glibc-headers binutils m4
bash build.sh debug --init --make
sudo yum install rpm-build
bash build.sh rpm --init && cd build_rpm && make -j16 rpm
# install obd
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://mirrors.aliyun.com/oceanbase/OceanBase.repo
sudo yum install -y ob-deploy
source /etc/profile.d/obd.sh
# deploy
yum install -y libtool libaio
mkdir /root/obinstall
cd /your/oceanbase/source/tools/deploy
./obd.sh prepare -p /root/obinstall
./obd.sh deploy -c single.yaml
【问题现象及影响】
请问一下,我这个编译部署怎么失败了?是流程有问题吗?如果是过程有问题,该怎么修正呢?谢谢!
prepare 报错
deploy 报错
【附件】