un problème de manque de GLIBC

Demande d'aide : c'est ici.
Répondre
Avatar de l’utilisateur
debianjam
Membre
Membre
Messages : 382
Inscription : 27 août 2017, 14:18
Status : Hors-ligne

Salut
Afin de lancer une appimage d'une application de gestion d'impression 3D, il semble que le GLIBC présent dans l'installation soit dépassé. L'appimage ne s'ouvre pas, le terminal rapporte un manque de GLIBC_2.32 et 2.33:

Code : Tout sélectionner

utilisateur1@debian:~/Téléchargements$ ./Repetier-Host-x86_64-2.3.1.AppImage
LD_LIBRARY_PATH = /tmp/.mount_RepetiDVXpGC/usr/lib:
MONO_PATH = /tmp/.mount_RepetiDVXpGC/usr/lib
./RepetierHost.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./RepetierHost.bin)
./RepetierHost.bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./RepetierHost.bin)
Et Synaptic signale la présence utilisée de 2.31-13+deb11u5
Capture d’écran_2023-02-20_18-23-33.png
Que conseille t-on SVP ?
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
KDE plasma; mémoire : 3,7Gio; i5 3450 @3.10Ghz x4; c.g. NV106 (intégrée Intel Ivybridge Desktop) ou asus gt730 2Gio
Avatar de l’utilisateur
vv222
Membre actif
Membre actif
Messages : 852
Inscription : 18 avr. 2016, 20:14
Contact :
Status : Hors-ligne

Tu n’as que 2 choix possibles ici :
  • Utiliser un système qui fournit libc.so.6 dans une version ≥ 2.32 (Debian Sid par exemple) ;
  • Installer ton logiciel par un autre biais.
Je conseille très fortement la seconde option.
Avatar de l’utilisateur
debianjam
Membre
Membre
Messages : 382
Inscription : 27 août 2017, 14:18
Status : Hors-ligne

merci, il y a une version Linux 2.3.1 identique à l'appimage https://www.repetier.com/download-now/ (synaptic a la version 0.85b 2011-2012)
et son Readme d'installation. J'en suis à 5, vous voyez des inconvénients ou des précautions ?
Installation instructions

1. Open a terminal
2. Go to the directory, where you want to have the installation
3. tar -xzf repetierHostLinux.tgz
change tar file accordingly.
4. cd RepetierHost
5. sh configureFirst.sh
6. Make sure your user has permission to use the serial port. On
Debian and Fedora this requires membership in group dialout. The
script will try to add you to dialout automatcally.
To add a user into this group enter:
usermod -a -G dialout yourUserName
7. This directory will now contain a Repetier-Host.desktop file, that you can copy to
your desktop to have a icon to start the host with.

After that, you have a link in /usr/bin so you can start the host from
everywhere with

repetierHost

Known issues:
- You may see an OpenGL warning at startup. Ignore it.
- Sometimes the start fails. Just start again.
- Some mono versions seem to crash on exit. Ignore the messages as you are already leaving.
- You need a recent mono version like 3.2 or the host will crash sooner or later due to
not implemented functions.

Code : Tout sélectionner

utilisateur1@debian:~/Téléchargements$ cd RepetierHost
utilisateur1@debian:~/Téléchargements/RepetierHost$ sh configureFirst.sh
sh: 0: cannot open configureFirst.sh: No such file
KDE plasma; mémoire : 3,7Gio; i5 3450 @3.10Ghz x4; c.g. NV106 (intégrée Intel Ivybridge Desktop) ou asus gt730 2Gio
Répondre