Bug 56974 - Пытается загрузить libwayland-client.so и libX11.so, для чего нужны -devel пакеты
Summary: Пытается загрузить libwayland-client.so и libX11.so, для чего нужны -devel па...
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: virtualbox-guest-additions (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Evgeny Sinelnikov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-24 10:26 MSK by Sergey V Turchin
Modified: 2025-11-24 10:28 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V Turchin 2025-11-24 10:26:52 MSK
$ /usr/bin/VBoxClient --wayland
07:17:25.703894 main     VBoxClient 7.2.0 r170228 (verbosity: 0) linux.amd64 (Sep 11 2025 14:22:52) release log
07:17:25.703898 main     Log opened 2025-11-24T07:17:25.703884000Z
07:17:25.705979 main     OS Product: Linux
07:17:25.706786 main     OS Release: 6.12.57-6.12-alt1
07:17:25.707752 main     OS Version: #1 SMP PREEMPT_DYNAMIC Mon Nov 17 09:47:30 UTC 2025
07:17:25.709106 main     Executable: /usr/bin/VBoxClient
07:17:25.709107 main     Process ID: 3903
07:17:25.709108 main     Package type: LINUX_64BITS_GENERIC (OSE)
07:17:25.711068 main      VBoxClient 7.2.0 r170228 started. Verbose level = 0
07:17:25.712422 main      rtldrNativeLoad: dlopen('libwayland-client.so', RTLD_NOW | RTLD_LOCAL) failed: libwayland-client.so: cannot open shared object file: No such file or directory
07:17:25.715333 main      rtldrNativeLoad: dlopen('libX11.so', RTLD_NOW | RTLD_LOCAL) failed: libX11.so: cannot open shared object file: No such file or directory
07:17:25.720044 main      Session type is: VBGHDISPLAYSERVERTYPE_XWAYLAND
07:17:25.721050 main      Service: Wayland assistant
07:17:25.721607 main      Daemonizing service ...
Comment 1 Sergey V Turchin 2025-11-24 10:28:09 MSK
Если установить libX11-devel и libwayland-client-devel, то ругань исчезает.