I just didn't know what I am doing here... LOL. I notice that node/your binding module is searching for the following directory when I first put the node_sqlite3.node file into the same directory of lib. So Release is one of the folder to it. I guess that I will use the proper folder under build/Release instead. I am just some what hacking here... Thanks for the tip...
C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\build\Debug\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\build\Release\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\out\Debug\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\Debug\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\out\Release\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\Release\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\build\default\node_sqlite3.node C:\Documents and Settings\Jude Lam\Application Data\npm\node_modules\node_sqlite3\compiled\0.6\win32\ia32\node_sqlite3.node On Sunday, March 4, 2012 3:48:56 PM UTC-5, Nathan Rajlich wrote: > > > node_sqlite3.node > C:\Internet_Download\TooTallNate_SQLite3\build\Release > > node_sqlite3\Release > > Why did you copy into Release and not build/Release? It worked in this > case because of legacy purposes that node-bindings handles for you, > but the "official" place for the modules to build into is > "build/Release" (or "build/Debug" for debug versions of the module). > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
