Hello Richard,

On 8/19/06, OpenMacNews <openmacnews@gmail.com> wrote:
> dovecot: Aug 18 07:06:50 Error: IMAP(paulg): dyld: Library not loaded:
> /usr/local/ssl/lib/libssl.0.9.8.dylib

i've had these same
can't-find-libssl-even-though-i'm-staring-right-at-it probelms in dovecot.

after a little poking in code, i note that dovecot check first to get
its ssl lib/include link info from pkg-config, and seems to get
flustered by the presence of your own LDFLAGS/CPPFLAGS specification of
ssl location.

that said, i've managed to work around it fairly simply.

Thanks, thanks, thanks!

This, apparently, was the problem, and, once I figure out where to find the pkg-config source (not bundled with OSX?), following your instructions cleared it up.

Again. Thanks for your help!

Paul