I'm trying to compile/package kldap for postmarketOS (https://postmarketos.org), which uses Alpine Linux and thus Musl rather than glibc. However, compilation fails because of the attached error. This happens using the latest unstable version (18.07.90).
Created attachment 114444 [details] Compilation error
it seems that you don't have Ldap devel file. Please install it
You seem to be completely right, installing openldap-dev fixed it, thanks. May I suggest adding a check for it in CMakeLists.txt?
(In reply to Bart Ribbers from comment #3) > You seem to be completely right, installing openldap-dev fixed it, thanks. > May I suggest adding a check for it in CMakeLists.txt? We already did a check but we didn't test compile without it from very long time :) it seems that it doesn't build without it. I can look at a day how to fix it or make it required.