10 Mar
2014
10 Mar
'14
10:20 a.m.
Hi, Sudheera! On Mar 09, Sudheera Palihakkara wrote:
Hi all, It seems we need openldap-devel libraries for the client ldap. I'm not sure about the way how I can add these libraries in maria code. I mean of course I can install these libraries when the maria is build and install, but there should be a proper way the dir structure etc etc, Can you help me out please.
just treat them as any other external library. Detect whether openldap-devel is present in your CMakeLists.txt. There are numerous examples in our cmake files and online cmake manual is very helpful too. Regards, Sergei