php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9183 Compile failure: --with-db3
Submitted: 2001-02-08 21:02 UTC Modified: 2001-04-16 05:26 UTC
From: atoalumn at hotmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux 2.2
Private report: No CVE-ID: None
 [2001-02-08 21:02 UTC] atoalumn at hotmail dot com
Hello,

I can't seem to enable support for db3 databases.

-Installed SleepyCat 3.2.9 into /usr/local/BerkeleyDB

-Configured PHP using: --with-db3 and I also tried
--with-db3=/usr/local/BerkeleyDB

When compiling, I get this error:

dba_db3.c: In function `dba_open_db3':
dba_db3.c:80: structure has no member named `open'

configure script (static cgi): ./configure --with-mysql --prefix=/usr/local --with-ftp --with-wddx --with-db3

Any feedback or help is appreciated.  Thanks.

Eric

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-16 18:01 UTC] sniper@php.net
Works for me just fine. Check that you don't have 
any older db.h files in /usr/include or /usr/local/include
and if you do, remove them, delete config.cache, reconfigure, 'make clean ; make ; make install'

--Jani

 [2001-04-16 05:26 UTC] jmoore@php.net
Please try this with 4.0.5 when it is released and repoen report if the problem still persists. Make sure you follow Jani's instructions when installing and watch out for an rogue .h files.

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC