Created
January 2, 2021 15:15
-
-
Save amcintyre99/55ae2cf6d7d00ec6788a8adfa5dc1a00 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andrew@quark:~/dma/odbc_ibm$ npm install [email protected] | |
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 | |
npm WARN deprecated [email protected]: this library is no longer supported | |
> [email protected] install /home/andrew/dma/odbc_ibm/node_modules/ibm_db | |
> node installer/driverInstall.js | |
platform = linux , arch = x64 , node.js version = v12.20.0 | |
make version = GNU Make 4.1 | |
IBM_DB_HOME environment variable have already been set to -> /home/db2inst1/sqllib | |
Downloading of clidriver skipped - build is in progress... | |
make: Entering directory '/home/andrew/dma/odbc_ibm/node_modules/ibm_db/build' | |
CXX(target) Release/obj.target/odbc_bindings/src/odbc.o | |
CXX(target) Release/obj.target/odbc_bindings/src/odbc_connection.o | |
CXX(target) Release/obj.target/odbc_bindings/src/odbc_statement.o | |
CXX(target) Release/obj.target/odbc_bindings/src/odbc_result.o | |
SOLINK_MODULE(target) Release/obj.target/odbc_bindings.node | |
COPY Release/odbc_bindings.node | |
make: Leaving directory '/home/andrew/dma/odbc_ibm/node_modules/ibm_db/build' | |
npm WARN saveError ENOENT: no such file or directory, open '/home/andrew/dma/odbc_ibm/package.json' | |
npm WARN enoent ENOENT: no such file or directory, open '/home/andrew/dma/odbc_ibm/package.json' | |
npm WARN odbc_ibm No description | |
npm WARN odbc_ibm No repository field. | |
npm WARN odbc_ibm No README data | |
npm WARN odbc_ibm No license field. | |
+ [email protected] | |
added 102 packages from 96 contributors and audited 102 packages in 7.714s | |
3 packages are looking for funding | |
run `npm fund` for details | |
found 0 vulnerabilities | |
andrew@quark:~/dma/odbc_ibm$ node db2-bench-prepare-executeNonQuery.js | |
100000 queries issued in 18.13 seconds, 5515/sec : Prepare - ExecuteNonQuery | |
connection closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment