利用docker搭建workfine之【Requires: liblttng-ust.so.0()(64bit)】解决
想找个低代码平台,自建一些简单应用。于是想到了19年的接触的workfine。
本次搭建的方式就是利用docker创建一个centos容器,然后基于此安装workfine。
安装过程中遇到如下:
Error: Package: workfine-5.2.2-1.x86_64 (/Workfine-centos-installer-latest)
Requires: liblttng-ust.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
最终找到的解决办法为:
yum install -y yum-utils && yum-config-manager --add-repo https://dl.fedoraproject.org/pub/epel/7/x86_64/ && yum install --nogpgcheck -y epel-release && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 && rm -f /etc/yum.repos.d/dl.fedoraproject.org*
THE END
0
二维码
打赏
海报
利用docker搭建workfine之【Requires: liblttng-ust.so.0()(64bit)】解决
想找个低代码平台,自建一些简单应用。于是想到了19年的接触的workfine。
本次搭建的方式就是利用docker创建一个centos容器,然后基于此安装workfine。
安装过……
共有 0 条评论