PDA

View Full Version : problem with "./configure"


fux12
16-08-2005, 17:40
Hi,

After install all is necessary (apache, php et mysql, all is ok) i've got this problem when i do the configure.

[root@ssa01lnx1 zabbix-1.0]# ./configure --with-mysql --with-net-snmp

it return this error:

configure: error: Invalid MySQL directory - unable to find mysql.h

I try to find mysql.h but it is not on my computer.
I don't know what i have to do.

Thanks for your help.

mconigliaro
16-08-2005, 18:23
make sure you have the mysql-devel package installed.

fux12
17-08-2005, 09:47
Thank you for your reply,

Mysql-devel package was not normaly install. Then i've install it again and it's ok.

Thanks