NEWS
ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!
-
-
-
-
iob fix library: loaded Library version=2022-12-09 ioBroker is not installed in /opt/iobroker! Cannot fix anything...
Hmm, ich weiß, dass das vorhin noch lief
-
cat /etc/debian_version
-
@r-frase sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem:
/opt/iobroker $ npm install iobroker.js-controller node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found (required by node)
Vielleicht hierbei gekillt?
-
10.13
-
curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
-
nichts...
-
das weiß ich nicht
-
Dann 'zu Fuß'.
sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null type -P nodejs type -P node type -P npm type -P npx
-
sudo apt update
-
okay
ralph:/ $ sudo ln -s /usr/bin/node /usr/bin/nodejs &> /dev/null ralp@ioBroker:/ $ type -P nodejs /usr/bin/nodejs ralph:/ $ type -P node /usr/bin/node ralph:/ $ type -P npm /usr/bin/npm ralph:/ $ type -P npx /usr/bin/npx ralph:/ $ sudo apt update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:3 http://phoscon.de/apt/deconz buster InRelease Hit:4 https://deb.nodesource.com/node_20.x buster InRelease Hit:5 https://dl.yarnpkg.com/debian stable InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date.
-
@r-frase sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem:
All packages are up to date.
soweitcdas für buster gilt
-
Wie kommst du auf nodejs20?
Geh auf 18, das ist zur Zeit die empfohlene Version, mit 20 gibt es noch Probleme an der ein oder anderen Stelle. -
Über Github... das war die aktuellste Version und mir war nicht bewusst, dass es Probleme gibt...
rm -R /usr/bin/nodejs dann wohl und neu installieren?
-
Zu nodejs gibt es seitens ioBroker immer klare Empfehlungen. nodejs20 ist es zur Zeit nicht.
-
@r-frase sagte in ioBroker update führt zu GLIBCXX_3.4.26-Problem:
rm -R /usr/bin/nodejs dann wohl und neu installieren?
NEIN!
Nutze deinen Paketmanager und fabriziere da nicht so Baumfälleraktionen. -
-
Jein. Man passt seine Quelle an, in dem Fall die
/etc/apt/sources.list.d/nodesource.list
Trag da statt 20 eine 18 ein.Dann
sudo apt update sudo apt install nodejs=18.16.0-deb-1nodesource1