Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70216 - virt-mail-howto.xml chapter 4: Cyrus-sasl with with wrong USE flags
Summary: virt-mail-howto.xml chapter 4: Cyrus-sasl with with wrong USE flags
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Documentation Guide (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/virt-mai...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-05 19:43 UTC by Tuan Van (RETIRED)
Modified: 2004-11-08 02:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuan Van (RETIRED) gentoo-dev 2004-11-05 19:43:07 UTC
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
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-11-08 02:13:04 UTC
Fixed in CVS. Thanks.