QuasarApp / CQtDeployer

This project is used to deploy applications written using QML, qt or other С / С++ frameworks.

Home Page:https://quasarapp.ddns.net:3031/docs/QuasarApp/CQtDeployer/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libc.so version problem

nero08 opened this issue · comments

Hello, I have a problem when I tried to execute cqtdeployer:

/snap/cqtdeployer/262/bin/CQtDeployer: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /snap/cqtdeployer/262/bin/CQtDeployer) /snap/cqtdeployer/262/bin/CQtDeployer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by /snap/cqtdeployer/262/lib/libDeploy.so)
/snap/cqtdeployer/262/bin/CQtDeployer: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /snap/cqtdeployer/262/lib/libpe-parse.so) /snap/cqtdeployer/262/bin/CQtDeployer: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29' not found (required by /snap/cqtdeployer/262/lib/libpe-parse.so)
/snap/cqtdeployer/262/bin/CQtDeployer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /snap/cqtdeployer/262/lib/libzip.so)

Do you know how to resolve this?

Hm

Show me output of

ldd --version 

and

snap --version

hello

ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31
Copyright © 2020 Free Software Foundation, Inc.
Ce logiciel est libre; voir les sources pour les conditions de
reproduction. AUCUNE garantie n'est donnée; tant pour des raisons
COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER.
Écrits par Roland McGrath et Ulrich Drepper.

snap --version
snap       2.57.2
snapd      2.57.2
series     16
linuxmint  20
kernel     5.4.0-131-generic

Maybe you install cqtdeployer as a classic app ?
try remove cqtdeployer

snap remove cqtdeployer

And install again

snap install cqtdeployer 

already did it but nothing change.

Ldd show version 2.31, so my version is outdated?

Yes, but for snap it is not trouble, because cqtdeployer works with libc from the core22... it should be works on all old distributions that support snap ...

I check snapd documentations and can't found linux mint support. I think it is linux mint issue ...

Because I can run cqtdeployer on my old ubuntu distros with very old libc package

root@crack-gnu:~# ldd --version 
ldd (Ubuntu GLIBC 2.27-3ubuntu1.5) 2.27
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
root@crack-gnu:~# cqtdeployer v
Info: Print info ...
CQtDeployer: 1.6.2268.24847be *** Cool Core (snap) ***
Qt: 6.4.0
root@crack-gnu:~# 

hm, maybe this article can help solve your issue

finally solve it, I just delete and reinstall snap, thanks for your help