pyc Beginner
Joined: 28 Feb 2005 Posts: 5
|
Posted: Mon Feb 28, 2005 10:27 am Post subject: problems with missing mysql include files when configuring |
|
|
my system is xampp 1.4.11 (with mysql 4.1. and when i tried to configure netmrg there is error: checking for mysql/mysql.h... no
configure: error: MySQL headers not found. Use --with-mysql-include-dir=<path> ... so i downloaded mysql source files, copied the include directory, and entered something like:
./configure --with-rrdtool=/usr/local/rrdtool-1.0.49/bin --with-mysql-lib-dir=/opt/lampp/lib/mysql --with-mysql-include-dir=/opt/lampp/lib/mysql/include, but there is still the same error... I chmoded the whole directory correctly, why the configure script cannot find the mysql include files? |
|