Hi there,
Does anyone know where I could get an older version of dropbox-lnx.x86_64 please ?
I need it older than 125.4.3473
I am trying to run dropbox headless on a Red Hat Enterprise Linux 7.9 box and I get:
/home/<username>/.dropbox-dist/dropbox-lnx.x86_64-125.4.3474/dropbox: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/<username>/.dropbox-dist/dropbox-lnx.x86_64-125.4.3474/libdropbox_core.so)
The same happens when I use dropbox-lnx.x86_64-125.4.3473 ( which I had here for a few years, never got it working ) and also on the new one that gets downloaded right now from www.dropbox.com, which is dropbox-lnx.x86_64-187.4.5691
It needs glibc 2.18 which is not available for this rhel 7.9 - it comes with 2.17
$ nm -g libdropbox_core.so | grep -i glibc
U abort@@GLIBC_2.2.5
U accept@@GLIBC_2.2.5
U access@@GLIBC_2.2.5
U atoi@@GLIBC_2.2.5
U bcmp@@GLIBC_2.2.5
U bind@@GLIBC_2.2.5
U calloc@@GLIBC_2.2.5
U clock_gettime@@GLIBC_2.2.5
U closedir@@GLIBC_2.2.5
U close@@GLIBC_2.2.5
U connect@@GLIBC_2.2.5
U __ctype_b_loc@@GLIBC_2.3
U __cxa_atexit@@GLIBC_2.2.5
w __cxa_finalize@@GLIBC_2.2.5
w __cxa_thread_atexit_impl@@GLIBC_2.18 <----
U dladdr@@GLIBC_2.2.5
...
...
So, hoping to get around it if I find a dropbox-lnx.x86_64 older than the oldest I have, which is 125.4.3473
I would then check ( with the "nm" command above ) the included libdropbox_core.so file, and as long as it doesn't want a glibc newer than 2.17 it could work.
Thank you.