mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #601] Update Installer Script for Debian 12 Dependencies #353
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShengruiZhang on GitHub (Sep 19, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/601
I was trying to install WebVirtCloud on a headless Debian 12, and encountered dependency issues.
After investigation, it appears that the Beta Installer doesn't install the following packages and thus causes issues during installation.
libsasl2-dev libldap2-devgithub.com/retspen/webvirtcloud@ca54ae0c65/webvirtcloud.sh (L477C5-L477C180)Perhaps Debian 11 comes with those package by default? Or it could be that my system is headless and thus they are not installed by default.
It looks like this issue could be fixed by adding these packages to the Installer script.
@catborise commented on GitHub (Oct 6, 2023):
thank you very much. i add specified packages to installer.