"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