php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-17 16:43 UTC] jani@php.net
Just makes me wonder why Gentoo reinvents the wheel (poorly) and puts headers in non-standard places..
 [2007-07-19 10:50 UTC] jani@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

And you don't need no stinking CPPFLAGS set now either..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC