On Wed, 2010-07-21 at 17:08 +0300, Odhiambo Washington wrote: > Thanks. That fixed it. However, out of curiosity, what does the > warning below mean? > > > *** Warning: Linking the shared library lib30_imap_zlib_plugin.la > against the loadable module > *** lib20_zlib_plugin.so is not portable!
This tries to add imap_zlib plugin to depend on zlib plugin and have it load it automatically. I guess the warning means that it might not work with all libcs. But that's ok, it doesn't have to. If it does work, it just gives a nicer error message if imap_zlib plugin is tried to be loaded without zlib plugin.
