Did anyone's Anbox stop working

Here’s the output of sudo systemctl status anbox-container-manager.service:

anbox-container-manager.service - Anbox Container Manager
     Loaded: loaded (/usr/lib/systemd/system/anbox-container-manager.service; disabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Thu 2020-12-10 14:51:50 +06; 42min ago
    Process: 1835 ExecStart=/usr/bin/anbox container-manager --daemon --privileged --data-path=/var/lib/anbox (code=exited, status=127)
   Main PID: 1835 (code=exited, status=127)

Dec 10 14:51:50 This-Linux-PC systemd[1]: Started Anbox Container Manager.
Dec 10 14:51:50 This-Linux-PC anbox[1835]: /usr/bin/anbox: error while loading shared libraries: libboost_log.so.1.72.0: cannot open shared object file: No such file or directory
Dec 10 14:51:50 This-Linux-PC systemd[1]: anbox-container-manager.service: Main process exited, code=exited, status=127/n/a
Dec 10 14:51:50 This-Linux-PC systemd[1]: anbox-container-manager.service: Failed with result 'exit-code'.

My boost-libs version is 1.74.0-2. So, what do I do here? There is a script to make anbox use a specific libboost_log.so, but I don’t understand how to use it. Here it is. Can anyone explain how to use that? If that doesn’t work, is this problem out of my reach? Do I have to wait for anbox-git to update?
Also has anyone installed anbox using snaps in arch? Because I’m considering doing that.

Note: The dkms modules don’t work on recent kernels (>=5.7) anymore! See Issue 49 on Anbox Github Repo for details.

Since the latest kernel update, I got an error similar on librairy with evolvotron. I deinstalled it and reinstalled it then it worked…

1 Like

I already compiled a kernel with these options enabled though:

CONFIG_ASHMEM=y 
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"