hooklift/node-libvirt

Can't install on RHEL 6.7

Closed this issue · 3 comments

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:

@soichih what version of node are you trying to build against?

@mbroadst This is for node v0.10.36 with npm 1.3.6 (the latest on the RHEL 6)

@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