【发布时间】:2019-11-07 04:52:01
【问题描述】:
我正在尝试在我的树莓派上执行一个 Electron 应用程序,但我遇到了一个错误。
我尝试将电子版本更改为 3.0.13(我在互联网上搜索并说这是解决方案,但没有用)
/home/pi/GENIUS/ElectronNFC/nfc-pcsc/node_modules/electron/dist/electron:
/lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.27' not found (required by
/home/pi/GENIUS/ElectronNFC/nfc-pcsc/node_modules/electron/dist/electron)
当我试图运行我的程序时,它必须启动它,但我得到了这个错误
【问题讨论】:
-
用于编译该应用程序的 GLIBC 版本对于 Raspberry PI 来说太新或太旧。我敢打赌它可能太新了。你升级过树莓派吗?检查此链接:raspberrypi.org/documentation/raspbian/updating.md
标签: linux npm raspberry-pi electron glibc