"Patrick Callihan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I don't seem to have the *.so modules available. When I added the line
> 'extension=php_dba.so' to php.ini, nothing changed. When I tried to use
the
> dl() function, I just got an error message:
> Warning: Unable to load dynamic library './php_dba.so' - ./php_dba.so:
> cannot open shared object file: No such file or directory in
/home/pat/html
>
> I did a 'find / -name php_dba.so' and came up with nothing.
>
> Thanks in advance for any help.
>
>
> "Hugh Bothwell" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > "Patrick Callihan" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > HI,
> > >
> > > I have compiled php4 with the following command:
> > > /configure' '--with-mysql' '--with-apache=../apache_1.3.20'
> > > '--enable-track-vars' '--enable-tans-sid' '--enable-dba
I haven't found any information on where to find/get/make
php_dba.so; hopefully someone else can help with that.
I would check the directory it's in; should be under php/extensions,
I would think.
I did find more info on building PHP on *nix; in order to
compile dba support in, it looks like you need another switch:
http://www.php.net/manual/en/ref.dba.php
try adding '--with-gdbm' (for example - it changes
depending on exactly which database you are using).
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]