I'm on an AIX 5.3 system. I have downloaded and installed the required software (Apache, MySQL, and PHP) from the AIX Toolbox for Linux Applications website. The MySQL database was created without any problems. The configure completed successfully. But when I do the make install, I keep running into the following problem.
Making install in zbxdbhigh
source='action.c' object='action.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../../../depcomp cc -DHAVE_CONFIG_H -I. -I.
-I../../../include -I../../../include -I../../../src/zabbix_server/ -I/usr/include/mysql -g -c action.c
1506-507 (W) No licenses available. Contact your program supplier to add additional users. Compilation will proceed shortly.
"/usr/include/mysql/dbug.h", line 38.14: 1506-160 (S) Object _db_doprnt_ cannot be declared as type void.
"/usr/include/mysql/dbug.h", line 38.14: 1506-166 (S) Definition of function _db_doprnt_ requires parentheses.
"/usr/include/mysql/dbug.h", line 38.26: 1506-276 (S) Syntax error: possible missing '{'?
"/usr/include/exceptab.h", line 72.3: 1506-273 (E) Missing type in declaration of EXCEPTAB.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
Since this is the standard header file that came with MySQL, I don't know why this is giving me a problem. Any help in resolving this would be greatly appreciated. All of the programs, prior to this one, compiled without a problem.
Making install in zbxdbhigh
source='action.c' object='action.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../../../depcomp cc -DHAVE_CONFIG_H -I. -I.
-I../../../include -I../../../include -I../../../src/zabbix_server/ -I/usr/include/mysql -g -c action.c
1506-507 (W) No licenses available. Contact your program supplier to add additional users. Compilation will proceed shortly.
"/usr/include/mysql/dbug.h", line 38.14: 1506-160 (S) Object _db_doprnt_ cannot be declared as type void.
"/usr/include/mysql/dbug.h", line 38.14: 1506-166 (S) Definition of function _db_doprnt_ requires parentheses.
"/usr/include/mysql/dbug.h", line 38.26: 1506-276 (S) Syntax error: possible missing '{'?
"/usr/include/exceptab.h", line 72.3: 1506-273 (E) Missing type in declaration of EXCEPTAB.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
Since this is the standard header file that came with MySQL, I don't know why this is giving me a problem. Any help in resolving this would be greatly appreciated. All of the programs, prior to this one, compiled without a problem.
Comment