in code listing 4.2, we have: pwcheck_method: auxprop auxprop_plugin: sql sql_engine: mysql but code listing 4.1 suggest: # USE='-ldap -mysql' emerge cyrus-sasl // We don't have ldap and we're using sasl's mysql capabilities // so we need to turn them off for this build. It should be: # USE='-ldap mysql' emerge cyrus-sasl // We don't have ldap and we're using sasl's mysql capabilities // so we need to turn "ldap" off and "mysql" on for this build. or better yet suggest this: # touch /etc/portage/package.use # echo "dev-libs/cyrus-sasl -ldap mysql" >> /etc/portage/package.use
Fixed in CVS. Thanks.