configure fails to include correct db.h
| Bug #41433 | configure fails to include correct db.h | ||||
|---|---|---|---|---|---|
| Submitted: | 2007-05-18 13:26 UTC | Modified: | 2007-07-19 10:50 UTC | ||
| From: | uberlord at gentoo dot org | Assigned: | jani (profile) | ||
| Status: | Closed | Package: | DBM/DBA related | ||
| PHP Version: | 5.2.2 | OS: | Gentoo/FreeBSD | ||
| Private report: | No | CVE-ID: | None | ||
[2007-05-18 13:26 UTC] uberlord at gentoo dot org
Description: ------------ ext/dba/config.m4 forces this include if it finds db.h in /usr/include include "/usr/include/db.h" This, of course, ignores any CPP flags for where Gentoo actually stores it's db.h file. Changing it to include "db.h" works. Reproduce code: --------------- CPPFLAGS=-I/usr/include/db4.5 ./configure --with-db4 Expected result: ---------------- successful configure Actual result: -------------- checking for db4 major version... configure: error: Header contains different version
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2007-07-17 16:43 UTC] jani@php.net
[2007-07-19 10:50 UTC] jani@php.net