4 Apr
2012
4 Apr
'12
6:25 a.m.
On 03/15/2012 11:43 PM, Andreas M. Kirchwitz wrote:
Compilation works. Great! The binaries find all their libraries.
But two libraries are not quite okay. They don't find their SSL libs:
libdovecot-lda.so libdovecot-storage.so
Since libdovecot-lda.so doesn't contain the words libssl or libcrypto, I guess that ldd just complains because it uses libdovecot-storage.so. Thus, libdovecot-storage.so is the (only) one left with an incomplete library search path.
Luckily, all binaries use some additional libraries which come with a proper library path. So the whole things works, but it's more like some kind of magic. It would be great if libdovecot-storage.so could be fixed as well to make things finally perfect.
Maybe this fixes it?