php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7176 driver initialization failed
Submitted: 2000-10-13 04:02 UTC Modified: 2000-11-29 18:05 UTC
From: cja at arte dot ru Assigned:
Status: Closed Package: DBM/DBA related
PHP Version: 4.0.3 OS: Linux RH 6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cja at arte dot ru
New email:
PHP Version: OS:

 

 [2000-10-13 04:02 UTC] cja at arte dot ru
"driver initialization failed" warning happened
when i tried to do 
smth like this
dba_open("./anybase.dbm", "c", "gdbm");
i compiled PHP with dba_support
and with --with-GDBM key...

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-27 06:17 UTC] sniper@php.net
Please try latest snapshot from http://snaps.php.net/
and report back whether this works with it or not.

And add the WHOLE configure line you have used to this bug 
report.


--Jani

 [2000-11-29 18:05 UTC] sniper@php.net
The user with which you run Apache  (?) with doesn't have write
access to the current directory. You can check this by changing
the path to /tmp/ e.g.  dba_open("/tmp/anybase.dbm", "c", "gdbm");
or making the current directory writeable for all (chmod a+w)

--Jani
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 17:01:34 2025 UTC