https://bugs.openldap.org/show_bug.cgi?id=10203
Issue ID: 10203 Summary: no pkgconfig file included for liblmdb Product: LMDB Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: liblmdb Assignee: bugs@openldap.org Reporter: otto@drijf.net Target Milestone: ---
liblmdb does not ship with a pkgconfig file. More and more build systems rely on presense of a pkgconfig file, so it would be nice if liblmdb installed oneone. An example:
prefix=/usr/local exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include
Name: lmdb Description: Lightning memory-mapped database: key-value data store URL: https://www.symas.com/symas-embedded-database-lmdb Version: 0.9.32 Libs: -L${libdir} -llmdb Cflags: -I${includedir}
Thanks.
https://bugs.openldap.org/show_bug.cgi?id=10203
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |1.0.0
https://bugs.openldap.org/show_bug.cgi?id=10203
--- Comment #1 from matthias.andree@gmx.de --- Note that depending on how exactly LMDB is built, -lpthread or similar needs to be part of LIBS.
https://bugs.openldap.org/show_bug.cgi?id=10203
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Howard Chu hyc@openldap.org --- In git mdb.master3
https://bugs.openldap.org/show_bug.cgi?id=10203
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- mdb.master3:
• fb4737e9 by Howard Chu at 2026-04-27T19:31:44+01:00 ITS#10203 LMDB: add lmdb.pc to Makefile
https://bugs.openldap.org/show_bug.cgi?id=10203
--- Comment #4 from Quanah Gibson-Mount quanah@openldap.org --- mdb.master3:
• 756724e4 by Howard Chu at 2026-05-22T21:14:01+01:00 ITS#10203 lmdb: fixup lmdb.pc
mdb.RE/1.0:
• 66c6b60c by Howard Chu at 2026-05-22T21:14:40+01:00 ITS#10203 lmdb: fixup lmdb.pc