나는 이 글을 여기에서 사용했다:
Arch Linux에 VMPlayer를 설치해보세요. 올바르게 설치된 것 같지만 실행하면 오류가 발생합니다. 콘솔에 다음 메시지를 보냅니다.
Gtk-Message: Failed to load module "canberra-gtk-module": /usr/lib/libgtk-3.so.0: undefined symbol: g_action_group_action_added
(vmware-modconfig:6271): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Adwaita/gtk-2.0/main.rc:728: error: unexpected identifier `direction', expected character `}'
(vmware-modconfig:6271): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
그러면 다음과 같은 상자가 나타납니다.
"Before you can run VMware, several modules must be complied and loaded into the running kernel".
"설치"를 클릭하면 또 다른 상자가 나타나며 다음과 같이 말합니다.
"Build environment error! A required application is missing and Modconfig can not continue. xzCheck the log for more details."
답변1
내 경우에는 오류가 발생했습니다.
vmware modconfig가 xzcheck debian을 계속할 수 없습니다.
/var/logs/message를 확인해보니 libcanberra 패키지가 설치되지 않은 것이 문제라는 것을 발견했습니다. 이 문제를 해결했습니다.sudo apt-get install libcanberra*
답변2
나는 Build environment error! A required application is missing and Modconfig can not continue. xzCheck the log for more details.
또한 이 문제에 직면했습니다. 나를 위해 작동합니다 sudo vmware-modconfig --console --install-all
. 하지만 그것이 시스템에 어떤 영향을 미치는지는 묻지 마세요.
답변3
이 간단한 명령을 사용하십시오
sudo apt-get build-essential
누락된 모든 패키지를 자동으로 복구합니다.
이 명령을 실행하지 않으면 자동으로 누락된 패키지를 묻습니다. 패키지를 설치한 다음 명령을 실행해야 합니다.
답변4
이 명령은 Archlinux에만 적용됩니다:
sudo pacman -S build-essential