Jump to content

Recommended Posts

Posted

Hi

Wollte heute auf meinem Raspi 2 (Wheezy) den brickd installieren und bekomme folgende Fehlermeldung:

[....] Starting Brick Daemon: brickd/usr/bin/brickd: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.17' not found (required by /usr/bin/brickd)

 

apt-get update && apt-get upgrade  habe ich gemacht.

 

Posted

Erste Frage: zeigt ein

  ls -l /lib/arm-linux-gnueabihf/libc.so.6

korrekt etwas an oder kommt eine Fehlermeldung?

 

Ich hatte schon mal den Fall, dass je nach Distribution die libc an anderer Stelle steht und ein Symlink gesetzt werden musste.

 

Was gibt ein

  objdump -x /lib/arm-linux-gnueabihf/libc.so.6 | grep GLIBC_

aus?

 

Taucht da GLIBC_2.17 auf?

Wenn nein ist die glibc zu alt, dann wird's schwer den neuen brickd zum Laufen zu bekommen.

Posted

Hat funktioniert..... Danke

 

$ sudo dpkg -i brickd_linux_latest_armhf.deb

(Reading database ... 70063 files and directories currently installed.)

Preparing to replace brickd 2.2.1 (using brickd_linux_latest_armhf.deb) ...

[ ok ] Stopping Brick Daemon: brickd.

Unpacking replacement brickd ...

Setting up brickd (2.2.2) ...

[ ok ] Starting Brick Daemon: brickd.

Processing triggers for man-db ...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...