-
Notifications
You must be signed in to change notification settings - Fork 230
Error when installing from source: binary package for anbox-ashmem: 1 not found #82
Comments
As everywhere stated, compiling the modules is not possible anymore with kernel versions above 5.7. The function "callsyms_lookup_name" anbox modules are using has been removed from the kernels itself above 5.7. There are three solutions for this:
To use the third method you can have look at my writeup here: best regards |
Hi @abstractionmage , You can try this fork. This works for me on Ubuntu 22.04 and Linux kernel 5.15. |
Hello, |
my kernel is linux headers 5.4.0 ubuntu 23.04 and i got that error |
why you can try install the modules with apt, type: |
my error is: and if any person have the solution, answer me here pls, i thanks her/his 👍 :) . |
In: hack a patch into your kernel to enable that function again (and open a security concern in your kernel again) how i do this? Soul. |
When following your install instructions here on GitHub, the last step - building and installing ashem and binder - gives me an error message for each of the modules.
Error message for
sudo dkms install anbox-ashmem/1
:Error message for
sudo dkms install anbox-binder/1
:I'm running Ubuntu 20.04.2 LTS and my Linux kernel version is 5.8.0-63-generic.
The text was updated successfully, but these errors were encountered: