You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i type file on libc.so.6: libc.so.6: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a43bfc8428df6623cd498c9c0caeb91aec9be4f9, for GNU/Linux 3.2.0, stripped
My file where i need libc.so.6 when i type file: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9fcd9525d943fa68dd83a786dee50ada2ff73a5f, stripped
And the error: /lib/x86_64-linux-gnu/libc.so.6: version `LIBC' not found (required by myProgram.so)
I dont understand why i have this error and how to solve it, can you help me?
The text was updated successfully, but these errors were encountered:
When i type file on libc.so.6: libc.so.6: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a43bfc8428df6623cd498c9c0caeb91aec9be4f9, for GNU/Linux 3.2.0, stripped
My file where i need libc.so.6 when i type file: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9fcd9525d943fa68dd83a786dee50ada2ff73a5f, stripped
And the error: /lib/x86_64-linux-gnu/libc.so.6: version `LIBC' not found (required by myProgram.so)
I dont understand why i have this error and how to solve it, can you help me?
The text was updated successfully, but these errors were encountered: