Problem with vecLib when trying to run a node.js server.
I receive this error when trying to run a node.js server.
I recently migrated data f开发者_Python百科rom an old mbp to a new mbp, and it wasn't completely smooth. I had to reinstall xcode after the migration but I don't know if it is at all related.
Here is the error in full...
dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
Referenced from: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
Reason: Incompatible library version: vecLib requires version 1.0.0 or later, but libLAPACK.dylib provides version 0.0.0
Trace/BPT trap
Any ideas? Thanks very much!
Not sure why this would be happening, try stopping into #node.js and asking people questions :)
Ended up reinstalling OSX and all libraries. Seemed to be a problem with a migration of installs from a 32-bit systems to a 64-bit system.
精彩评论