Requires GLIBC 2.33 for RocksDB #73
Labels
procedure
Action that must be executed
r&d:polykey:core activity 1
Secret Vault Sharing and Secret History Management
When running code using the prebuilt binaries, we sometimes encounter this:
This means that the OS that is running on does not have the up to date version of GLIBC. In fact our current NixOS as of posting now, is on
2.37
as perldd --version
.But for example on GitHub Codespaces, and some of the Ubuntu OSes, they are still on 2.31 or even older.
In order to make Polykey a bit more easier to hack on, it would ideal that we didn't require that specific version of glibc. I'm actually not sure what specifically requires that version of GLIBC. Is it possible to loosen this requirement if it is not necessary? I'm afraid of if we move our nix pin forward alot, we might be inadvertently requiring a much too recent GLIBC, when it's not required.
Tasks
The text was updated successfully, but these errors were encountered: