Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65471 - php incorrectly believes sasl requires ldap
Summary: php incorrectly believes sasl requires ldap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
: 144142 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-26 16:28 UTC by Blu3
Modified: 2006-08-16 11:42 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 Blu3 2004-09-26 16:28:52 UTC
>>> emerge (2 of 5) dev-php/php-5.0.2 to /
>>> md5 src_uri ;-) php-5.0.2.tar.bz2

 * USE flag 'sasl' needs these additional flag(s) set:
 *    ldap
 *
 * You can do this by enabling these flags in /etc/portage/package.use:
 *     =dev-php/php-5.0.2  ldap
 *
 * You could disable this flag instead in /etc/portage/package.use:
 *      =dev-php/php-5.0.2 -sasl


!!! ERROR: dev-php/php-5.0.2 failed.
!!! Function confutils_use_depend_all, Line 117, Exitcode 0
!!! Need missing USE flags
!!! If you need support, post the topmost build error, NOT this status message.


I don't use LDAP, don't want it on my system.  SASL doesn't need LDAP; I've always used SASL and never had LDAP installed.

# emerge -pv cyrus-sasl

These are the packages that I would merge, in order:

Calculating dependencies  ...done!
[ebuild   R   ] dev-libs/cyrus-sasl-2.1.19-r1  -berkdb -debug +gdbm +java -kerberos -ldap -mysql +pam +postgres +ssl -static 0 kB
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-09-26 21:45:17 UTC
USE=sasl in PHP means turn on SASL support in the LDAP extension. PHP has no SASL extension of it's own.
Comment 2 Blu3 2004-10-15 20:12:03 UTC
Please make a php-local flag for this then because I have several other packages that use the system wide sasl libraries.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-16 11:42:10 UTC
*** Bug 144142 has been marked as a duplicate of this bug. ***