configure goes without problems, but when doing make install i get following error.
Making install in zbxdbhigh
make[3]: Entering directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
make[4]: Entering directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/include/mysql -g -O2 -MT action.o -MD -MP -MF ".deps/action.Tpo" -c -o action.o action.c; \
then mv -f ".deps/action.Tpo" ".deps/action.Po"; else rm -f ".deps/action.Tpo"; exit 1; fi
In file included from /usr/include/mysql/mysql.h:62,
from ../../../include/db.h:31,
from action.c:27:
/usr/include/mysql/my_list.h:27: error: two or more data types in declaration specifiers
/usr/include/mysql/my_list.h:27: warning: useless storage class specifier in empty declaration
make[4]: *** [action.o] Error 1
make[4]: Leaving directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.1beta3/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.1beta3/src'
make: *** [install-recursive] Error 1
using fedora core 4, php 5 and mysql 4.1
any ideas?
Making install in zbxdbhigh
make[3]: Entering directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
make[4]: Entering directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/include/mysql -g -O2 -MT action.o -MD -MP -MF ".deps/action.Tpo" -c -o action.o action.c; \
then mv -f ".deps/action.Tpo" ".deps/action.Po"; else rm -f ".deps/action.Tpo"; exit 1; fi
In file included from /usr/include/mysql/mysql.h:62,
from ../../../include/db.h:31,
from action.c:27:
/usr/include/mysql/my_list.h:27: error: two or more data types in declaration specifiers
/usr/include/mysql/my_list.h:27: warning: useless storage class specifier in empty declaration
make[4]: *** [action.o] Error 1
make[4]: Leaving directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/root/zabbix-1.1beta3/src/libs/zbxdbhigh'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/zabbix-1.1beta3/src/libs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/zabbix-1.1beta3/src'
make: *** [install-recursive] Error 1
using fedora core 4, php 5 and mysql 4.1
any ideas?

Comment