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

Invalid ELF header #24

Open
Ventis opened this issue Jun 20, 2018 · 0 comments
Open

Invalid ELF header #24

Ventis opened this issue Jun 20, 2018 · 0 comments

Comments

@Ventis
Copy link

Ventis commented Jun 20, 2018

When using the branch '8' version, I get an error when starting the container:

backend_1 | /app/node_modules/oracledb/lib/oracledb.js:68
backend_1 | throw new Error(nodbUtil.getErrorMessage('NJS-045', nodeInfo));
backend_1 | ^
backend_1 |
backend_1 | Error: NJS-045: cannot load the oracledb add-on binary for Node.js 8.11.1 (linux, x64)
backend_1 | Cannot load /app/node_modules/oracledb/build/Release/oracledb.node
backend_1 | /app/node_modules/oracledb/build/Release/oracledb.node: invalid ELF header
backend_1 | Node-oracledb installation instructions: https://oracle.github.io/node-oracledb/INSTALL.html
backend_1 | You must have 64-bit Oracle client libraries in LD_LIBRARY_PATH, or configured with ldconfig.
backend_1 | If you do not have Oracle Database on this computer, then install the Instant Client Basic or Basic Light package from
backend_1 | http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
backend_1 |
backend_1 | at Object. (/app/node_modules/oracledb/lib/oracledb.js:68:13)
backend_1 | at Module._compile (module.js:652:30)
backend_1 | at Module._extensions..js (module.js:663:10)
backend_1 | at Object.require.extensions.(anonymous function) [as .js] (/app/node_modules/babel-register/lib/node.js:152:7)
backend_1 | at Module.load (module.js:565:32)
backend_1 | at tryModuleLoad (module.js:505:12)
backend_1 | at Function.Module._load (module.js:497:3)
backend_1 | at Module.require (module.js:596:17)
backend_1 | at require (internal/module.js:11:18)
backend_1 | at Object. (/app/node_modules/oracledb/index.js:1:18)

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

1 participant