Date: 04/02/99
- Next message: sas: "[PHP-DEV] CVS update: php3"
- Previous message: Thies C. Arntzen: "[PHP-DEV] OT: jwz leaves Mozilla/Netscape/AOL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: sas: "[PHP-DEV] CVS update: php3"
- Previous message: Thies C. Arntzen: "[PHP-DEV] OT: jwz leaves Mozilla/Netscape/AOL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

