"Andreas M. Kirchwitz" <a...@spamfence.net> writes:
OK, the origin of your problem becomes clearer. You can hardcode these paths into the executables by doing something like env CFLAGS='-I/my'ssl/include' \ LDFLAGS='-L/your/ssl/lib -Wl,-rpath,/my/ssl/lib' \ configure ...Based on your mail I've tried CFLAGS/LDFLAGS again, and now Dovecot didn't even compile any longer.
I don't use the same OS as you, but what errors dis you get? Joseph Tam <jtam.h...@gmail.com>