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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 18:01:29 2024 UTC