I had the same problem. It come out to be I had a version of BDB with FreeBSD that was old. When I complied the program it found the old BDB that came with the system rather than the new one I had downloaded. What I did was to compile and install the newer BDB in a different directory (/usr/local/servers) then next I put the path in as --enable-db4=/usr/local/servers/BDB this worked. I hope that helps...
Michael Quoting Steve Mertz <[EMAIL PROTECTED]>: > I'm trying to compile in BerkeleyDB support (--enable-db4) but it's > complaining about: > > checking for db4 major version... configure: error: Header contains > different version > > Does php 4.3.4 require db4 to be 4.1.x? As I'm trying to configure with > 4.2.52. > > Thanks, > -- Steve > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.