For point 2 after you clone the node-firebirdlibfbclient you need to replace in binding.gyp https://github.com/xdenser/node-firebird-libfbclient/blob/master/binding.gyp lfbclient with lfbembed and then compile and install it with npm install from that dir
similar like in this article http://mapopa.blogspot.ro/2011/01/nodejs-and-firebird-installing-on.html On Tuesday, August 5, 2014 10:21:15 AM UTC+3, [email protected] wrote: > > Hello! > > Is anybody have idea how to connect with firebird embedded under nodejs? > I think about two possibilities: > 1. Use ODBC firebird driver in node-odbc module but i don't know is odbc > driver use embedded > 2. Use node-firebird-libfbclient and replace libfbclient by libfbembedded > but i don't know how. > Maybe somebody have better idea? I will be very grateful for help! > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/422c62a6-add6-4173-b9bf-b4a5f4f15f35%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
