|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-05-11 01:37 UTC] dave at thinkhost dot com
When executing the following code:
<?php
echo "Starting...<BR>\n";
$dba = dba_open("./test.db", "r", "ndbm");
?>
The following error message is encountered:
Warning: driver initialization failed in /var/www/devuser/devbox-mx.dhs.org/www/test/test.php on line 5
PHP 4.2.0 was compiled with the following command:
'./configure' '--with-apxs=/usr/sbin/apxs' '--with-mysql' '--with-pgsql' '--with-config-file-path=/etc' '--enable-track-vars' '--disable-short-tags' '--disable-posix' '--with-curl' '--with-gettext' '--with-ldap' '--with-zlib' '--with-dom' '--with-db' '--with-gdbm=/usr/include/gdbm' '--with-ndbm=/usr/include/db1' '--with-db2=/usr/include/db2' '--with-db3=/usr/include/db3'
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 19:00:02 2025 UTC |
Note the the above error (segfault) is encountered when the following code is executed: $dba = dba_open("./test.db", "r", "db2"); So the segfault is related to a different driver set