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
Successfully downloaded the GlareDB binary.
You can run it as:
> ./glaredb
(venv) yu.gavrilov@s7-13-038829:~/Git$ ./glaredb
./glaredb: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./glaredb)
./glaredb: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by ./glaredb)
We don't have Astra testing (or build), so I'm not totally sure how/if we can confirm this, but it seems plausible.
We compile the downloaded release with Ubuntu 2004 (released in April of 2020), which means linux distros with older libc versions might work, but aren't guaranteed.
If you have an older version of linux with a rust toolchain installed running just dist (if you have just, or cargo build --bin glaredb should produce a binary (look in target/) that will work on your system.
Description
curl https://glaredb.com/install.sh | sh
ok.
but
:(
on custom linux (Astra)
but working well in python
The text was updated successfully, but these errors were encountered: