Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues installing editly on RHEL7 system #199

Open
upnorth173 opened this issue Jun 1, 2022 · 2 comments
Open

Issues installing editly on RHEL7 system #199

upnorth173 opened this issue Jun 1, 2022 · 2 comments

Comments

@upnorth173
Copy link

  • [ X] I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • [X ] I have tried ffmpeg newest stable version
  • [X ] I have searched for existing issues
  • I am trying to install editly on a RHEL7 system (I can on a RHEL8 system, but I have to get this running on RHEL7 system). It all appears to be created correctly by running: npm i -g editly --unsafe, but when I run editly (from /usr/local/bin) it comes back with:
    editly --version
    internal/modules/cjs/loader.js:1144
    return process.dlopen(module, path.toNamespacedPath(filename));
    ^

Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/local/lib/node_modules/editly/node_modules/canvas/build/Release/canvas.node)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12)
at Module.require (internal/modules/cjs/loader.js:974:19)
at require (internal/modules/cjs/helpers.js:101:18)
at Object. (/usr/local/lib/node_modules/editly/node_modules/canvas/lib/bindings.js:3:18)
at Module._compile (internal/modules/cjs/loader.js:1085:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:12) {
code: 'ERR_DLOPEN_FAILED'
}

I have updated gcc etc by installing RHEL devtoolset-8. How can I get editly to install and run on RHEL7?

Thanks

@MDxWARRIORxOP
Copy link

MDxWARRIORxOP commented Dec 29, 2022

im getting the same error, Im on windows 10.

I treied reinstalling node_modules and even nodejs, but still dosent work

@MDxWARRIORxOP
Copy link

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

Error: The specified module could not be found.
\\?\D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\gl\build\Release\webgl.node
    at Module._extensions..node (node:internal/modules/cjs/loader:1302:18)       
    at Module.load (node:internal/modules/cjs/loader:1081:32)
    at Module._load (node:internal/modules/cjs/loader:922:12)
    at Module.require (node:internal/modules/cjs/loader:1105:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at bindings (D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\bindings\bindings.js:112:48)
    at Object.<anonymous> (D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\gl\src\javascript\native-gl.js:1:40)
    at Module._compile (node:internal/modules/cjs/loader:1218:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
    at Module.load (node:internal/modules/cjs/loader:1081:32) {
  code: 'ERR_DLOPEN_FAILED'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants