Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working when ipv6 packages/libraries are not installed #100

Open
dancremar opened this issue Oct 17, 2023 · 1 comment
Open

not working when ipv6 packages/libraries are not installed #100

dancremar opened this issue Oct 17, 2023 · 1 comment

Comments

@dancremar
Copy link

cannot install or cannot start after installation if ipv6 packages/libraries are not installed, complaining about libiptext6.so

@bolemo
Copy link
Owner

bolemo commented Oct 17, 2023

cannot install or cannot start after installation if ipv6 packages/libraries are not installed, complaining about libiptext6.so

Hello @dancremar

The aegis script uses binaries included in the firmware (iptables, iprange, ipset, ip, and so on)
Although aegis does not use any of these binaries for IPv6, it is likely that at least one of them depends on libiptext6.so.

The library is included by default in the firmware, so it is not really an issue…

root@R7800:~$ find / -name *libiptext6*
/rom/usr/lib/libiptext6.so
/usr/lib/libiptext6.so

Anyway, this is not an aegis issue.
If you want to not have any IPv6 library, you would need to recompile the whole firmware without IPv6 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants