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
> >
> > The function dba_open() does not work for me.  I get the following error
> > message:
> > Fatal error: Call to undefined function: dba_open()
>
> If you will use this in many of your scripts, edit php.ini -
> remove the ';' before 'extension=php_dba.so'.
>
> If you'll only use it in a few, look up the dl() function in
> the manual,
> http://www.php.net/dl
>
>



-- 
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]

Reply via email to