OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: R: Error in file messages

From: Andreas Winkelmann (mlawinkelmann.de)
Date: Mon Oct 02 2006 - 08:45:07 CDT


Am Monday 02 October 2006 15:41 schrieb Rocco Scappatura:

> I configure again cyrus SASL :
>
> ./configure --prefix=/usr/local/cyrus-sasl-2.1.22 --enable-anon
> --enable-pla in --enable-login --disable-krb4 --disable-otp --disable-cram
> --disable-digest - -with-mysql --without-pam --without-saslauthd
> --without-pwcheck --with-openssl -
> -with-plugindir=/usr/local/cyrus-sasl-2.1.22/lib/sasl2
>
> instead of:
>
> ./configure --prefix=/usr/local/cyrus-sasl-2.1.22 --enable-anon
> --enable-pla in --enable-login --enable-sql --disable-krb4 --disable-otp
> --disable-cram --disable-digest --with-mysql --without-pam
> --without-saslauthd --without-pwcheck --with-openssl
> --with-plugindir=/usr/local/cyrus-sasl-2.1.22/lib/sasl2
>
> Then I recompile postfix. But the log entry persist. This is strange..

Yes the libsql.* is already there and is not deleted from the second Build.
To get rid of the Error, just delete the libsql.* Files from /usr/lib/sasl2/

# rm /usr/lib/sasl2/libsql.*

No Rebuild needed.

You should not remove Files, if you install from a Package-System (rpm,
deb,...).

> Do I have to delete 'libsql*' as well?

--
        Andreas