If it's complaining about a .so file then it's probably something the .node file wants to dlopen. Node's require system only dlopens the .node file. What is the exact error message?
On Mon, Apr 16, 2012 at 5:58 PM, SteveCronin <[email protected]>wrote: > i've gotten a node module to successfully build but it fails at require > time because it can't find the required '.so' file. > > What is the best way to remedy this? > > I'm not certain this is the same 'NODE_PATH' > Here the object of the search is not a node module but an underlying > component of a module. > > Is this something that can be controlled by a global settiing? Where is > this documented? > > -- > 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 > -- 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
