Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126611 - some php 5.1.X extensions are not built as shared
Summary: some php 5.1.X extensions are not built as shared
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 18:04 UTC by Sergey Okhapkin
Modified: 2006-03-17 18:09 UTC (History)
0 users

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 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.