我使用的是 Ubuntu 18.04。我正在尝试按照此处的说明安装 EAGLE 。我已经下载并解压了该包并将其放在我的主目录中。
在eagle文件夹中,我运行./eagle run并收到以下错误:
$ ./eagle run
Warning: QT_DEVICE_PIXEL_RATIO is deprecated. Instead use:
QT_AUTO_SCREEN_SCALE_FACTOR to enable platform plugin controlled per-screen factors.
QT_SCREEN_SCALE_FACTORS to set per-screen factors.
QT_SCALE_FACTOR to set the application global scale factor.
./eagle: symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers
Run Code Online (Sandbox Code Playgroud)
我尝试运行sudo ./eagle run并得到了这个:
$ sudo ./eagle run
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
./eagle: symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers
Run Code Online (Sandbox Code Playgroud)
sudo说明书上没有提到使用,但我还是尝试了。我不确定应该如何处理这两个错误。我应该如何解决这个问题才能运行 EAGLE?
更新1:
我尝试运行以下命令:
~$ dpkg …Run Code Online (Sandbox Code Playgroud)