I downloaded the nodeJs package installer for OSX http://nodejs.org/dist/v0.6.5/node-v0.6.5.pkg
But when I run node , i receive the following error in the terminal:
dyld: Library not loaded: /opt/local/lib/libssl.0.9.8.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
Trace/BPT trap: 5
What could be the reason for this error?
That error indicates that you are missing libssl.
I have always installed Node using Homebrew: