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 _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

