That doesn't fix my issue. Here is my config.nice.
'./configure' \
'--prefix=/usr/local/software/php/4.3.4' \
'--with-apxs2=/usr/local/software/apache/2.0.48/bin/apxs' \
'--with-openssl' \
'--with-zlib' \
'--enable-bcmath' \
'--with-bz2' \
'--enable-calendar' \
'--enable-dba' \
'--with-db4=/usr/l
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/s
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