-
Notifications
You must be signed in to change notification settings - Fork 24
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
replace-systemd: example boots but systemctl can't find shared library. #49
Comments
Any quick and fast way to resolve this or remove the example for now? |
No luck with an upgrade using: https://bodhi.fedoraproject.org/updates/FEDORA-2022-a82842a059 either:
|
What seems to be happening is that for some reason the
So it's just somehow only that binary... |
Oh man, of course...the problem is our cliwrap logic again...we're swapping it back to the old binary. To handle this, I think we may need to detect the case where |
thanks for the workaround here is in a PR: #50 |
I updated the example because it was no longer building but to build I needed to remove /var/libs
/var/libs content I imagine was important?
The text was updated successfully, but these errors were encountered: