pwpeterson
Programmer
I am having problems getting PHP's ./configure to complete when I include --with-myslq=/usr/local/mysql. I get
"configure: error: Cannot find header files under /usr/include/mysql". The headers are there. I tried to move them to another directory and I get the same message.
I can get it to configure with just --with-myslq, but then I get a warning message at the end stating in part: "instead build it with your local MySQL support files, by adding --with-mysql=/path/to/mysql to your configure line.
I am using PHP-4.3.2RC1 and have installed:
MySQL-embedded-4.0.12-0
MySQL-client-4.0.12-0
MySQL-bench-4.0.12-0
MySQL-devel-4.0.12-0
libmysql10-3.23.55-1mdk
MySQL-server-4.0.12-0
MySQL-shared-4.0.12-0
What am I doing wrong?
pwpeterson
"configure: error: Cannot find header files under /usr/include/mysql". The headers are there. I tried to move them to another directory and I get the same message.
I can get it to configure with just --with-myslq, but then I get a warning message at the end stating in part: "instead build it with your local MySQL support files, by adding --with-mysql=/path/to/mysql to your configure line.
I am using PHP-4.3.2RC1 and have installed:
MySQL-embedded-4.0.12-0
MySQL-client-4.0.12-0
MySQL-bench-4.0.12-0
MySQL-devel-4.0.12-0
libmysql10-3.23.55-1mdk
MySQL-server-4.0.12-0
MySQL-shared-4.0.12-0
What am I doing wrong?
pwpeterson