Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lmdb-sys never finds system-provided lmdb due to incorrect pkgconf name #9

Closed
jirutka opened this issue Sep 14, 2022 · 0 comments · Fixed by #10
Closed

lmdb-sys never finds system-provided lmdb due to incorrect pkgconf name #9

jirutka opened this issue Sep 14, 2022 · 0 comments · Fixed by #10

Comments

@jirutka
Copy link

jirutka commented Sep 14, 2022

build.rs currently never finds the system-provided lmdb library. pkgconf (or pkg-config) expects the name of the .pc file, not the name of the library file, and lmdb provides lmdb.pc, not liblmdb.pc (checked in Alpine Linux, Debian, Fedora).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant