On 06/11/2013 03:32 AM, Armin K. wrote:
> On 06/11/2013 01:42 AM, Baho Utot wrote:
>> BLFS Version 2013-06-05
>>
>> compiled as book with OpenSSL, Berkeley DB and without all the optional
>> dependencies
>> I have changed the configure to this
>>
>> ./configure \
>>        --prefix=/usr \
>>        --sysconfdir=/etc \
>>        --with-dbpath=/var/lib/sasl/sasldb2 \
>>        --with-saslauthd=/var/run/saslauthd \
>>        --disable-silent-rules \        <-- this from here down has been
>> added and not in book
>>        --bindir=/usr/bin \
>>        --libdir=/usr/lib \
>>        --with-dblib=berkeley \
>>        --with-plugindir=/usr/lib/sasl2 \
>>        --enable-anon\
>>        --enable-login \
>>        --enable-plain \
>>        --enable-cram \
>>        --enable-digest \
>>        --disable-krb4 \
>>        --disable-otp
>>
>> builds and installs
>>
>> Then to check
>>
>>     /usr/sbin/saslauthd -v
>> saslauthd 2.1.16
>> authentication mechanisms: getpwent rimap shadow
>>
>> I need to get sasldb plugin working for cyrus-imapd MTA
>>
>> What am I missing from the configuration or dependency list?
>> Or any hints welcome
>>
> Does /usr/lib/sasl2/libsasldb.so exist?

Yes

>
> Did you apply the patch from the book?

Yes

>
> Also, all configure switches except --enable-login and
> --disable-silent-rules  default to the ones you set.

Yes I know but I useally set them for documentation purposes. That way 
if something is not bevaving correctly I can simple "lookup" how that 
package was configured.  Iif a packages changes them ( in a new release) 
to disabled and I am using one of them then things don't break.  It 
might barf on building but then I am alerted to something changing in 
that release and can then work the problem without some other package 
failing because of a can in default settings. I get less breakage and 
things are then more uniform,  Anyway it works for me.  I do this 
because I am using rpm package management.


I have looked on line and have not been able to find any information on 
this issue,  although it seems to have worked in release 2.1.22 
according to a book ( The book of imap, no starch press from 2008).

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to