Hello,
I am not able to install the node-red-contrib-ibm-db2 nodes. I have an application running in IBM Code Engine in which I need in/out nodes with a db2 database. I have tried to install from the nodered UI and CLI (node-red-admin), but install fails. First part of error in log is as follows:
npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict node-red-contrib-ibm-db2
2023-05-08T17:52:51.315Z [err] npm
2023-05-08T17:52:51.315Z [err] WARN config production Use --omit=dev
instead.
2023-05-08T17:53:17.928Z [err] npm ERR!
2023-05-08T17:53:17.928Z [err] code 1
2023-05-08T17:53:17.928Z [err] npm ERR! path /data/node_modules/ibm_db
2023-05-08T17:53:17.929Z [err] npm ERR!
2023-05-08T17:53:17.929Z [err] command failed
2023-05-08T17:53:17.929Z [err] npm ERR! command
2023-05-08T17:53:17.929Z [err] sh -c node installer/driverInstall.js
2023-05-08T17:53:17.930Z [err] npm ERR!
2023-05-08T17:53:17.930Z [err] platform = linux, arch = x64, node.js version = v16.16.0
2023-05-08T17:53:17.930Z [err] npm ERR! make version =GNU Make 4.3
2023-05-08T17:53:17.930Z [err] npm ERR!
2023-05-08T17:53:17.930Z [err] npm
2023-05-08T17:53:17.930Z [err] ERR! ****************************************
2023-05-08T17:53:17.930Z [err] npm ERR!
2023-05-08T17:53:17.930Z [err] You are downloading a package which includes the Node.js module for IBM DB2/Informix. The module is licensed under the Apache License 2.0. The package also includes IBM ODBC and CLI Driver from IBM, which is automatically downloaded as the node module is installed on your system/device. The license agreement to the IBM ODBC and CLI Driver is available in /data/node_modules/ibm_db/installer/clidriver. Check for additional dependencies, which may come with their own license agreement(s). Your use of the components of the package and dependencies constitutes your acceptance of their respective license agreements. If you do not accept the terms of any license agreement(s), then delete the relevant component(s) from your device.
2023-05-08T17:53:17.930Z [err] npm ERR!
2023-05-08T17:53:17.930Z [err] ****************************************
2023-05-08T17:53:17.930Z [err] npm ERR!
2023-05-08T17:53:17.930Z [err] npm ERR! Downloading DB2 ODBC CLI Driver from https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz ...
2023-05-08T17:53:17.930Z [err] npm ERR!
2023-05-08T17:53:17.930Z [err]
2023-05-08T17:53:17.930Z [err] npm ERR!
Do you have any idea what I can do to solve this issue? Are there any dependencies which are not listed?