Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ioBroker update führt zu GLIBCXX_3.4.26-Problem - GELÖST!

    This topic has been deleted. Only users with topic management privileges can see it.
    • R. Frase
      R. Frase @Thomas Braun last edited by

      @thomas-braun

      Wenn ich

      /opt/iobroker $ iob diag
      
      

      eingebe kommt gar nichts 😨

      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @R. Frase last edited by

        @r-frase

        iob stop 
        iob fix 
        iob start
        

        warten

        iob diag
        
        R. Frase 1 Reply Last reply Reply Quote 0
        • R. Frase
          R. Frase @Thomas Braun last edited by

          @thomas-braun

          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 😞

          Thomas Braun 2 Replies Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @R. Frase last edited by

            @r-frase

            cat /etc/debian_version
            
            R. Frase 1 Reply Last reply Reply Quote 0
            • Homoran
              Homoran Global Moderator Administrators @R. Frase last edited by Homoran

              @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?

              R. Frase 1 Reply Last reply Reply Quote 0
              • R. Frase
                R. Frase @Thomas Braun last edited by

                @thomas-braun

                10.13

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @R. Frase last edited by

                  @r-frase

                  curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh
                  
                  R. Frase 2 Replies Last reply Reply Quote 0
                  • R. Frase
                    R. Frase @Thomas Braun last edited by

                    @thomas-braun

                    nichts...

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • R. Frase
                      R. Frase @Homoran last edited by

                      @Homoran

                      das weiß ich nicht

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @R. Frase last edited by

                        @r-frase

                        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
                        
                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @R. Frase last edited by

                          @r-frase

                          sudo apt update
                          
                          R. Frase 1 Reply Last reply Reply Quote 0
                          • R. Frase
                            R. Frase @Thomas Braun last edited by

                            @thomas-braun

                            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.
                            
                            Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @R. Frase last edited by

                              @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 😂

                              1 Reply Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @R. Frase last edited by

                                @r-frase

                                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.

                                R. Frase 1 Reply Last reply Reply Quote 0
                                • R. Frase
                                  R. Frase @Thomas Braun last edited by R. Frase

                                  @thomas-braun

                                  Ü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?

                                  Thomas Braun 2 Replies Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @R. Frase last edited by

                                    @r-frase

                                    Zu nodejs gibt es seitens ioBroker immer klare Empfehlungen. nodejs20 ist es zur Zeit nicht.

                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @R. Frase last edited by

                                      @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.

                                      R. Frase 1 Reply Last reply Reply Quote 0
                                      • R. Frase
                                        R. Frase @Thomas Braun last edited by

                                        @thomas-braun

                                        Oh, Verzeihung...

                                        sudo apt-get purge nodejs

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @R. Frase last edited by

                                          @r-frase

                                          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
                                          
                                          R. Frase 1 Reply Last reply Reply Quote 0
                                          • R. Frase
                                            R. Frase @Thomas Braun last edited by

                                            @thomas-braun

                                            ... ich bin gerade dran... kleinen Moment bitte

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            647
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            92
                                            9071
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo