QtScrcpy icon indicating copy to clipboard operation
QtScrcpy copied to clipboard

`GLIBC_2.35' not found

Open onlineapps-cloud opened this issue 1 year ago • 0 comments

hi, i have error when i try to run QtScrcpy

./QtScrcpy: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./QtScrcpy)
./QtScrcpy: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./QtScrcpy)

i tried this:

apt-get install gawk bison gcc make -y
wget -c https://ftp.gnu.org/gnu/glibc/glibc-2.34.tar.gz
tar -zxvf glibc-2.34.tar.gz && cd glibc-2.34
mkdir glibc-build && cd glibc-build
../configure --prefix=/opt/glibc
make
make install

and

apt-get install gawk bison gcc make -y
wget -c https://ftp.gnu.org/gnu/glibc/glibc-2.35.tar.gz
tar -zxvf glibc-2.35.tar.gz && cd glibc-2.35
mkdir glibc-build && cd glibc-build
../configure --prefix=/opt/glibc
make
make install

but not help, how to fix it?

System info:    
           Kernel: 6.0.0-6mx-amd64 [6.0.12-1~mx21+1] x86_64 bits: 64 compiler: gcc v: 10.2.1 
           parameters: BOOT_IMAGE=/vmlinuz-6.0.0-6mx-amd64 root=UUID=<filter> ro quiet splash 
           init=/lib/systemd/systemd 
           Desktop: KDE Plasma 5.20.5 tk: Qt 5.15.2 wm: kwin_x11 vt: 7 dm: LightDM 1.26.0 
           Distro: MX-21.3_KDE_x64 Wildflower January 15  2023 
           base: Debian GNU/Linux 11 (bullseye) 

onlineapps-cloud avatar Aug 14 '23 10:08 onlineapps-cloud