sync_server and PLAIN mech...

Dan White dwhite at olp.net
Fri Apr 2 12:41:54 EDT 2010


On 02/04/10 18:32 +0200, Alexander Dalloz wrote:
>Am 02.04.2010 16:29, schrieb Derek Chen-Becker:
>> On 04/02/2010 12:05 AM, Dan White wrote:
>>>
>>> Your sasl install, and/or your link against libsasl2 looks bad. Does your
>>> glue library, libsasl2.so (in /usr/lib ?), match your install in
>>> /usr/local/lib?
>> 
>> libsasl2.so is in /usr/local/lib, and ldd reports that the link is good:
>> 
>> bash-3.00$ ldd /usr/cyrus/bin/sync_server
>>         libsasl2.so.2 =>         /usr/local/lib/libsasl2.so.2
>>         ...
>> 
>> It's sasl 2.1.22, and it was built with the following options (from
>> config.status):
>> 
>> ./configure '--enable-login' '--without-des'
>
>You try to use PLAIN, thus "--enable-plain" is missing.

--enable-plain is default.

What about ldd on your pluginviewer, and /usr/local/lib/libsasl2.so.2,
anything missing?

Try strace (or the Solaris equivalent) to see why pluginviewer is
segfaulting.

-- 
Dan White


More information about the Info-cyrus mailing list