octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.37k stars 961 forks source link

robotjs problem with glibc #597

Closed ali2560 closed 4 years ago

ali2560 commented 4 years ago

I've been install robotjs on ubuntu 20.04 and require it my nodejs application. Also i've been install glibc 2.31 version. but when i want to run my application, i watch error below:

Current Behavior

internal/modules/cjs/loader.js:1187 return process.dlopen(module, path.toNamespacedPath(filename)); ^

Error: /snap/core/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.26' not found (required by /lib/x86_64-linux-gnu/libX11.so.6) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1187:18) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Object. (/home/Project/node_modules/robotjs/index.js:1:15) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (internal/modules/cjs/loader.js:985:32) at Function.Module._load (internal/modules/cjs/loader.js:878:14)

Your Environment

RobotJS version: 0.6.0 Node.js version: 12.18.3 npm version: 6.4.6 Operating System: Ubuntu

ali2560 commented 4 years ago

I found the solution. uninstall robotjs and install again.