GLIBC_xx not found

Viewed 40

i have problem with my program giving me a error about not finding GLIBC_2.34 on my ubuntu 22.04 after i searched internet i find my libc6 package on ubuntu 22.04 is 2.35 and GLIBC is related to this package so i installed 21.04 that have libc6 2.34 but again after compiling the code and run httpd again i got same error massage again despite that i have GLIBC_2.34 here what i enter and output

input:

 sudo chroot . ./qemu-arm-static -g 5555 -L ./var/www/ -E USE_RAW_FORMAT=1 -E LD_PRELOAD=./desockmulti.so ./usr/sbin/httpd

OR

sudo qemu-arm-static -g 5555 -L ./var/www/ -E USE_RAW_FORMAT=1 -E LD_PRELOAD=./desockmulti.so ./usr/sbin/httpd 

output:

./usr/sbin/httpd: /lib/libc.so.6: version `GLIBC_2.34' not found (required by ./desockmulti.so)

i compiled desockmulti.so with arm-linux-gnueabihf .

0 Answers
Related