Skip to content
miksago edited this page Aug 6, 2010 · 4 revisions

You may encounter the following issues when trying to build or test Node.js

Mac OS X 10.6.2

/usr/sbin not in $PATH:

Solution:

$ nano ~/.profile
PATH="/usr/sbin/:$PATH"
$ source ~/.profile

gpg-error Not Found on ./configure


Download and install MacGPG from macgpg.sourceforge.net

FreeBSD

execinfo.h: No such file or directory:


Install libexecinfo (devel/libexecinfo).

Clone this wiki locally