12 Jan
2013
12 Jan
'13
5:13 p.m.
On 12/01/2013 4:50 AM, Nikolaos Milas wrote:
On 11/1/2013 11:02 μμ, Nikolaos Milas wrote:
I would like to compile Dovecot using custom ldap libraries, located at a particular custom system location. Sorry, I got it. According to http://wiki2.dovecot.org/CompilingSource I should use: CPPFLAGS="-I/usr/local/openldap/include" LDFLAGS="-L/usr/local/openldap/lib64 -lldap -llber" ./configure
Check the binaries with ldd to make sure they are loading the expected libraries at run-time.