Created
August 9, 2010 18:40
-
-
Save orlandov/515886 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| orlando@2wycked:~/projects/node-sqlite$ NODE_PATH=`pwd` node_g tests/test-affected-rows.js | |
| Running "Caching of affectedRows" | |
| . | |
| 1 test; 0 failures; 11 assertions | |
| orlando@2wycked:~/projects/node-sqlite$ NODE_PATH=. node_g tests/test-affected-rows.js | |
| node.js:374 | |
| process.dlopen(filename, this.exports); | |
| ^ | |
| Error: sqlite3_bindings.node: cannot open shared object file: No such file or directory | |
| at Module._loadObjectSync (node.js:374:13) | |
| at Module.loadSync (node.js:350:12) | |
| at loadModule (node.js:297:14) | |
| at require (node.js:420:14) | |
| at Object.<anonymous> (/home/orlando/projects/node-sqlite/tests/test-affected-rows.js:6:10) | |
| at Module._compile (node.js:472:25) | |
| at Module._loadScriptSync (node.js:482:10) | |
| at Module.loadSync (node.js:352:12) | |
| at Object.runMain (node.js:535:24) | |
| at node.js:760:10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment