跳到主要内容
CNode

N-blog运行报dyld: lazy symbol binding failed: Symbol not found: _node_module_register

问答
Ccoldcutter发布于 12 年前最后回复 11 年前
3102070

初学者想弄点源码学习...选了N-blog:https://github.com/nswbmw/N-blog npm install成功了,然后node app启动不起来,报如下错: coldcutterdeMacBook-Pro:N-blog coldcutter$ npm start

[email protected] start /Users/coldcutter/Desktop/dev/nodejs/N-blog node app

dyld: lazy symbol binding failed: Symbol not found: _node_module_register Referenced from: /Users/coldcutter/Desktop/dev/nodejs/N-blog/node_modules/mongodb/node_modules/bson/build/Release/bson.node Expected in: dynamic lookup

dyld: Symbol not found: _node_module_register Referenced from: /Users/coldcutter/Desktop/dev/nodejs/N-blog/node_modules/mongodb/node_modules/bson/build/Release/bson.node Expected in: dynamic lookup

Trace/BPT trap: 5

好烦的,求大神指点下啊!不胜感激!! 系统:OS X Yosemite 10.10.2 node版本:v0.10.36 express版本:4.11.2 mongodb版本:2.6.7

查看回复

回复 (3)

A
ArronYR#212 年前

mongodb 安装出问题了, 在项目下执行 npm remove mongodb 然后再重新执行 npm install mongodb

Q
q946401639#112 年前

我也是这个问题,googol了半天也没找到解决方法,如果你解决了得话,能发我邮箱一下么,多谢啦,[email protected]

参与回复

登录后即可参与回复。登录