On Fri, Feb 23, 2007 at 01:23:04AM -0800, aNguyen wrote: > When I check with ldd, milter-greylist does not link to either libmilter.a or libmilter.so ... I wonder if something is missing here. thx ldd show you dynamic linking. A .a is a static library which is embedded in the executable. If ldd does nto shows you libmilter, it means the static libmilter.a was used at build time. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] dbdump command
2007-02-23 by Emmanuel Dreyfus