Can't install on RHEL 6.7
Closed this issue · 3 comments
soichih commented
Hello.
I get following error when I try to install it on RHEL 6.7 KVM host.
make: Entering directory `/home/hayashis/git/node-libvirt/build'
CXX(target) Release/obj.target/libvirt/src/domain.o
In file included from ../src/error.h:5,
from ../src/domain.cc:3:
../node_modules/nan/nan.h:328: error: ‘REPLACE_INVALID_UTF8’ is not a member of ‘v8::String’
In file included from ../src/domain.cc:4:
mbroadst commented
@soichih this looks related to this: nodejs/nan#414. As it's not a bug with our code, but rather NAN and your system setup, I recommend you follow the instructions over there. For now, I'll close this issue