containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libssl1.1 dep

juliusl opened this issue · comments

Hi,

I noticed libssl1.1 is still in use, however Ubuntu 22.04 is using libssl3, so overlaybd-tcmu will fail to start on 22.04,

× overlaybd-tcmu.service - overlaybd-tcmu service
     Loaded: loaded (/etc/systemd/system/overlaybd-tcmu.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2023-04-10 22:28:23 UTC; 1h 4min ago
   Main PID: 105044 (code=exited, status=127)
        CPU: 6ms

Apr 10 22:28:21 systemd[1]: overlaybd-tcmu.service: Main process exited, code=exited, status=127/n/a
Apr 10 22:28:21 overlaybd-tcmu[105044]: /opt/overlaybd/bin/overlaybd-tcmu: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

we are trying on that. packaging for different os/arch seems hard for cpp programs