We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to run the guest additions installer gets as far as
vagrant@guixsd ~$ sudo /mnt/VBoxLinuxAdditions.run --nox11 Verifying archive integrity... All good. Uncompressing VirtualBox 5.2.22 Guest Additions for Linux........ VirtualBox Guest Additions installer Unable to determine correct library path.
This appears to be because it assumes the existence of ldconfig, which isn't true on Guix as there's no system-wide ld.so config.
The text was updated successfully, but these errors were encountered:
See https://git.sr.ht/~bosco/guix/tree/2312dd82e4e35436e038ab0db68fdd559f7ba859/item/nongnu/packages/linux-vbox.scm
Sorry, something went wrong.
https://guix.gnu.org/en/blog/2023/the-filesystem-hierarchy-standard-comes-to-guix-containers/ might help for building this
Hello, I tested this using guix system vm but got this:
guix system vm
Any success running it? Thanks in advance!
No, haven't touched this code for some time.
No branches or pull requests
Attempting to run the guest additions installer gets as far as
This appears to be because it assumes the existence of ldconfig, which isn't true on Guix as there's no system-wide ld.so config.
The text was updated successfully, but these errors were encountered: