[PHP-DEV] Bug #1284: No way to choose db which db implementation to use From: patl <email protected>
Date: 04/02/99

From: patl <email protected>
Operating system: FreeBSD 3.1
PHP version: 3.0.7
PHP Bug Type: Installation problem
Bug description: No way to choose db which db implementation to use

The configure script automatically checks for dbm_open in -lgdbm, -ldb,
-lc, and -ldbm; in that order. If more than one of these are available,
there doesn't seem to be any way to force configure to choose (or ignore)
a specific one - it always takes the first one found.

In my case, I have both gdbm and SleepyCat db-2 installed in addition
to the dbm implementation in libc. Configure insists on choosing gdbm
over db-2.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>