hi there.
my Pi3 has raspian running and i work on Node red V 0.20.8
this machine is running since months and now i bought a Z-Wave Stick (Everspring Z-Wave+ USB-Controller).
I tried to install "node-red-contrib-openzwave-am" and its depencies. when "node-red-contrib-openzwave-am" is installed Node Red crashes and can´t start because of openzwave.
somewhere on the net somebody said delete everything with "openzwave" and reinstall everything.
i did what he/she told in the thread but openzwave-shared can´t be installed.
errormessage tells me sonething is missing (maybe something i deleted)
/usr/bin/ld: -lopenzwave kann nicht gefunden werden
collect2: error: ld returned 1 exit status
make: *** [openzwave_shared.target.mk:165: Release/obj.target/openzwave_shared.node] Fehler 1
make: Verzeichnis „/home/pi/.node-red/node_modules/openzwave-shared/build“ wird verlassen
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:189:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 4.19.58-v7+
gyp ERR! command "/usr/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/pi/.node-red/node_modules/openzwave-shared
gyp ERR! node -v v10.15.2
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! openzwave-shared@1.5.10 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the openzwave-shared@1.5.10 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2019-12-29T20_29_38_818Z-debug.log
now i have:
Node Red V 0.20.8
openzwave (1.5+ds-6). (/usr/lib/arm-linux-gnueabihf/libopenzwave.so.1.5)
i don´t have:
openzwave-shared
node-red-contrib-openzwave-am
please can someone help me?