I am using linux apache. So for my php to use the dba_open() function, I need to have the dba.so installed.
And I searched my server, no dba.so file on the server. My question is that
dba.so coming with the regular php or it is an addition package i have to install?
or it is a configure command issue? could i use configure command different to get dba.so?
I found some package for dba.so for php4.2.3, but i am on php4.3 so when i tried to install that package of dba.so on php4.3, it is not working, it requires some php4.2.3 components.
is there any dba.so for php 4.3?
I thought dba.so should come with the regular php package and I don't have to install it specially in addion.
Anyway, in simple words, how can I get dba.so for php4.3 working on my linux apache server?
thanks.
I have posted same problem in the coding forum and I don't know how to move it to this install forum (if I can). Sorry for the duplicate post.