Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126611

Summary: some php 5.1.X extensions are not built as shared
Product: Gentoo Linux Reporter: Sergey Okhapkin <sos>
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergey Okhapkin 2006-03-17 18:04:52 UTC
Some php 5.1 extensions are not built as shared with USE="sharedext" because the eclass function enable_extension_disable, used in php5_1-sapi.eclass, do not pass "enable shared" flag to configure script if the extension is enabled. php 5.0 ebuilds have the same problem. The example of such extensions are openssl, pdo.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-17 18:09:46 UTC
That's not a bug, it's intentional. They either can't be built as shared (pdo) or break other things when built as shared (ssl). For pdo, set USE=pdo-external instead.

Sorry, WONTFIX.