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/local/software/BerkeleyDB/4.2.52' \ '--with-pgsql=/usr/local/software/PostgreSQL-7.3.2'
I am thinking it's because I'm trying to use BDB 4.2.52. And the only info I can find about db4 with php is about 4.1.25 I guess I will just need to d/l and install the older version. Thanks though, -- Steve On Tue, 2004-02-03 at 15:18, Michael J. Pelletier wrote: > 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.