The problem is how to add in additional feature to php4 such as gdbm in a Debian/Ubuntu environment using Debian command line tools (since php4 was installed as debian pacakge)
Many examples I saw on line were examples where php was built from source.
In particular, I am trying outthe open source phpWiki and get this error
. . . No such handler: gdbm
I can see that the package gdbm is installed on the box.
When I look at phpinfo() output
I do not see gdbm under the Configure Command flags.
Note I obtained php4-dev, but didn't see what to do with yet
Thank in advance.