dzallecomm

Member
Feb 27, 2003
8
0
151
Hello,

I am trying to use dba function of php. Following a thread here, I added configuring varialbles
--enable-dba=shared' '--with-gdbm
in /home/cpapachebuild/buildapache/buildscript, and then execute the buildscript.

Now, the phpinfo does show the configuration, and there is a full dir of dba generated under ext.. However, I still get error:

Fatal error: Call to undefined function: dba_open()

when calling the function wtih statement.

$dbh = dba_open ( "phpgdbm.gdbm", "c", "gdbm");


Could anyone helps me ?

Thanks


David