log in |
Message boards : Unix/Linux : glibc version problem
Author | Message |
---|---|
Hi! | |
ID: 272 · Reply Quote | |
Hi! Hello and welcome! We will solve this issue as soon as possible, thank you! ____________ Paolo - Application team dev (SSC11) "If you were plowing a field, which would you rather use: two strong oxen or 1024 chickens?" Seymour Cray | |
ID: 273 · Reply Quote | |
Version 4 have still this problem unsolved. | |
ID: 323 · Reply Quote | |
Version 4 have still this problem unsolved. can you share ldd output for gene application ? (for both applications 32/64) ____________ Powered by Gentoo Linux Kernel : 4.4.26-gentoo KDE 16.04.3 | |
ID: 326 · Reply Quote | |
tngrid_expansion_v4_linux32:
linux-gate.so.1 => (0xf77de000)
libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf7798000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf777b000)
libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf7761000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf75fe000)
/lib/ld-linux.so.2 (0xf77df000)
tngrid_expansion_v4_linux64:
./tngrid_expansion_v4_linux64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./tngrid_expansion_v4_linux64)
linux-vdso.so.1 => (0x00007fff23955000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f8ab3338000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f8ab3122000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f8ab2f05000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f8ab2b7b000)
/lib64/ld-linux-x86-64.so.2 (0x00007f8ab35d9000) | |
ID: 327 · Reply Quote | |
i think there's link problem to the dinamic linker in 64bit platform to run 32 bit binaries cd /lib && sudo ln -s /lib64/ld-linux-x86-64.so.2 (file exists ?? ) hope fine. ____________ Powered by Gentoo Linux Kernel : 4.4.26-gentoo KDE 16.04.3 | |
ID: 329 · Reply Quote | |
ls -lh /lib64/
totale 0
lrwxrwxrwx 1 root root 32 dic 30 2012 ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-2.13.so
ls -lh /lib/
omissis
lrwxrwxrwx 1 root root 25 dic 30 2012 ld-linux.so.2 -> i386-linux-gnu/ld-2.13.so
omissis
Why should I put a link to x86_64 library in /lib ? And in all cases, 2.13 glibc version is installed for both 32 and 64, while the 64bit executable needs 2.14 glibc. | |
ID: 330 · Reply Quote | |
As I wrote on the BOINC @ TN thread on BOINC.Italy the 32 bit Linux executable was compiled on Ubuntu with kernel 3.2.0-56 and glib version 2.13, while the 64 bit was compiled on Ubuntu with kernel 3.2.0-23 and glib version 2.13.. | |
ID: 331 · Reply Quote | |
I duplicate here something I also wrote on the other forum: | |
ID: 332 · Reply Quote | |
As I wrote on the BOINC @ TN thread on BOINC.Italy the 32 bit Linux executable was compiled on Ubuntu with kernel 3.2.0-56 and glib version 2.13, while the 64 bit was compiled on Ubuntu with kernel 3.2.0-23 and glib version 2.13.. gcc version (or other compiler...) ? @ valter : see this http://www.win.tue.nl/~aeb/linux/misc/gcc-semibug.html memcpy seems to be pushed by gcc option you could try to pass -fno-builtin-memcpy option to gcc comand line [edit] memcpy function in C (Italian) and GCC docs [...]-fno-builtin-function is memcpy needed ? ____________ Powered by Gentoo Linux Kernel : 4.4.26-gentoo KDE 16.04.3 | |
ID: 333 · Reply Quote | |
The application is opensource, or, anyway, freely available? I can try to build it on my computer and send you the executable... | |
ID: 334 · Reply Quote | |
The application is opensource, or, anyway, freely available? I can try to build it on my computer and send you the executable... The application will be probably released as 'open source' in the near future. By now I don't have access to the source code. | |
ID: 335 · Reply Quote | |
Message boards :
Unix/Linux :
glibc version problem