我按照以下步骤在Centos 7系统中安装Chrome。
(base) [abc@bogon ~]wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
(base) [abc@bogon ~]sudo yum install ./google-chrome-stable_current_*.rpm
一切正常,但是当我运行"google-chrome &"时,我得到了以下错误:
(base) [abc@bogon ~]$ google-chrome &
[1] 4679
(base) [abc@bogon ~]$ /usr/bin/google-chrome: symbol lookup error: /usr/bin/google-chrome: undefined symbol: gbm_bo_get_modifier
我无法启动Chrome。如何修复此错误?谢谢。
这是由于libgbm库中缺少一个符号。您可能需要将mesa-libgbm包更新到更高的版本。
sudo apt update mesa-libgbm
sudo yum update mesa-libgbm
或在您的操作系统中等效