> That doesn't look like a SASL error, but rather a missing -L compilation > flags ... Something like -Ldl ...
> What OS are you trying to compile the thing on? Redhat Linux 7.2, kernel -> 2.4.9-31 and gcc -> 3.0.3 Here's the configure script statement: ./configure \ --with-staticsasl \ --with-saslauthd \ --with-bdb-libdir=/usr/local/BerkeleyDB.4.0/lib \ --with-bdb-incdir=/usr/local/BerkeleyDB.4.0/include \ --enable-krb4=no RB