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
Arch Linux glibc is too recent for production servers operated by
LmdbJava users. Fedora 41 provides an alternative source for LMDB
0.9.33 with broader glibc compatibility.
Alternatives evaluated for 0.9.33:
* Rocky Linux 9: 0.9.29
* AlmaLinux 9: 0.9.29
* RHEL 9: 0.9.29
* Ubuntu 24.04: 0.9.31
* Ubuntu 22.04: 0.9.24
* Debian stable: 0.9.31
* Arch Linux: 0.9.33 (glibc too recent)
* Fedora 41: 0.9.33 (selected)
Reported at lmdbjava/lmdbjava#280
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# LMDB Native Libraries
6
6
7
-
Provides pre-compiled LMDB native libraries for Linux, macOS and Windows. These libraries are fetched from distribution package managers (Arch Linux, Homebrew, MSYS2) and packaged into a single JAR for easy dependency resolution.
7
+
Provides pre-compiled LMDB native libraries for Linux, macOS and Windows. These libraries are fetched from distribution package managers (Alpine Linux, Fedora, Homebrew, MSYS2) and packaged into a single JAR for easy dependency resolution.
8
8
9
9
**If you are using LMDB from Java, use the [LmdbJava](https://github.com/lmdbjava/lmdbjava) project instead.** This artifact is a dependency of LmdbJava.
0 commit comments