
나는 이 글을 여기에서 사용했다:
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