If you have --with-mysql=shared that means that you built a mysql.so which
you have to manually enable in your php.ini file with a line like,
"extension=mysql.so" assuming you put this mysql.so file in your
extension_dir.

-Rasmus

On Sun, 17 Mar 2002, Glen wrote:

> Hello All,
>
> I am having trouble getting mysql support to work on apache.  When I try to
> establish connection using mysql_connect() I get a call to unfdefined
> function error. I made sure to compile php using the --with-mysql option and
> the output of phpinfo() shows '--with-mysql=shared'  as part of the configure
> command listing. However, I still get this error.
>
> Can anybody give me a clue how to get mysql connectivity working?
>
> Thanks,
>
> Glen
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to