-
Notifications
You must be signed in to change notification settings - Fork 69
Description
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)