On Fri, 4 Jan 2002, Lawrence Greenfield wrote:
> try:
>
> ln -s /usr/local/lib/sasl /usr/lib/sasl
>
> libsasl looks in /usr/lib/sasl for the plugins but installs them into
> /usr/local/lib/sasl.
Yes, I know, I already did this after SASL installation:
# ls -l /usr/lib/sasl
lrwxrwxrwx 1 root system 19 Oct 23 12:46 /usr/lib/sasl ->
/usr/local/lib/sasl
# ls /usr/local/lib/sasl
libanonymous.a libcrammd5.a libdigestmd5.a libplain.a
libanonymous.la libcrammd5.la libdigestmd5.la libplain.la
libanonymous.so.1 libcrammd5.so.1 libdigestmd5.so.0 libplain.so.1
libanonymous.so.1.0.15 libcrammd5.so.1.0.15 libdigestmd5.so.0.0.17
libplain.so.1.0.14
I still have no idea, why my plugins are not detected, or why SASL does not
anounce anything when connecting to imapd or popd. Still, everyone can log in
fine to their POP3/IMAP accounts, I guess because I am running a pwcheck
daemon.
Ferdinand