Ubuntu20.04 destor安装

环境

destor是副本数据重删的实验平台,需要用到glib库,编译安装过程繁琐,网上找到的教程在新版本的ubuntu系统中存在问题,特记录过程。
源码:https://github.com/fomy/destor
环境:Linux64,ubuntu20.04LTS

glib安装

destor依赖2.32版本以上的glib库
安装glib过程中存在较多依赖问题,https://www.cnblogs.com/pcat/p/5520317.html
在尝试多个版本安装后,发现直接安装最新版本最为方便
http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.68/glib-2.68.1.tar.xz
前提准备:

sudo apt install build-essential #安装编译环境
sudo apt install meson #安装 meson
sudo apt install python3-pip #setuptool 

根据文档安装命令如下:

  • % tar xf glib-@GLIB_VERSION@.tar.gz # unpack the sources
  • % cd glib-@GLIB_VERSION@ # change to the toplevel directory
  • % meson _build # configure the build
  • % ninja -C _build # build GLib
  • % ninja -C _build install # install GLib
    过程中会自动下载并安装缺少依赖,但是需要对GitHub有较好的网络访问速度,否则容易失败

改变glib头文件位置

sudo cp -r /usr/local/include/glib-2.0/* /usr/local/include
sudo cp /usr/local/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h /usr/local/include

建立连接

sudo ln -s /usr/local/lib/libglib-2.0.so /usr/local/lib/libglib.so

测试glib

在destor 源码目录执行 ./configure
如果安装顺利,可以看到**-lglib yes** 的提示

libcrypto问题

destor源码中引用了libcrypto库中的三个函数

SHA_Init(&ctx);
SHA_Update(&
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值