I configured php with the following
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs
and all works well, but at the end I get this warning (below)
I was wondering if someonen could please explain this a bit further.
my MySQL version is RPM installed and is 4.0.x, on redhat 9
thanks a lot
---error follows ---
+--------------------------------------------------------------------+
| WARNING |
| |
| You chose to compile PHP with the built-in MySQL support. If you |
| are compiling a server module, and intend to use other server |
| modules that also use MySQL (e.g, mod_auth_mysql, PHP 3.0, |
| mod_perl) you must NOT rely on PHP's built-in MySQL support, and |
| instead build it with your local MySQL support files, by adding |
| --with-mysql=/path/to/mysql to your configure line. |