Hey,
Trying to upgrade php to the newest version, getting this error. Searched everywhere on the raq server for the mysql headers.
Exact error when compiling
"configure: error: Cannot find MySQL header files under /var/lib/mysql/"
I've tried /home/mysql everywhere... is because my mysql is outdated?
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.
Trying to upgrade php to the newest version, getting this error. Searched everywhere on the raq server for the mysql headers.
Exact error when compiling
"configure: error: Cannot find MySQL header files under /var/lib/mysql/"
I've tried /home/mysql everywhere... is because my mysql is outdated?
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.