| Summary: | dev-lang/php-5.4.6-r2 configure: error: DBA: Could not find necessary header file(s) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | crucify <shj> |
| Component: | [OLD] Development | Assignee: | PHP Bugs <php-bugs> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | gandalf42, richard |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
config.log
build.log |
||
USE flag sharedext deprecated
phpconfutils.eclass
if use "sharedext" ; then
shared="=shared"
else
shared=""
fi
to
shared="=shared"
files/eblits/src_configure-v54.eblit
--enable-dba${shared}
to
--enable-dba=shared
Created attachment 324052 [details]
build.log
(In reply to comment #3) > Created attachment 324052 [details] > build.log Seeing same with 5.4.7 (~amd64 and ~x86) Could I have an `emerge --info php'? Did this fix itself? Closing due to lack of feedback. Please reopen if this is still an issue. |
Created attachment 323486 [details] config.log emerge error