************* WARNING ************* * Your operation system is not * * supported. * * The installation may fail! * *********************************** Preparing PAB3::DB::Driver::Mysql Looking for libmysqlclient ... not found Looking for libz ... found at /usr/local/lib/libz.a ************* WARNING ************* * Some required libraries has not * * been found. * * The installation may fail! * *********************************** Checking if your kit is complete... Looks good Writing Makefile for PAB3::DB::Driver::Mysql cp Mysql.pm blib/lib/PAB3/DB/Driver/Mysql.pm cc -c -I/usr/local/mysql/include -I/usr/local/include/mysql -I/usr/include/mysql -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"1.0.1\" -DXS_VERSION=\"1.0.1\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" -DUSE_THREADS my_mysql.c Error 112: "my_mysql.c", line 1 # Include file not found. #include ^^^^^^^^^^ Error 112: "my_mysql.h", line 14 # Include file not found. #include ^^^^^^^^^ Error 20: "my_mysql.h", line 16 # ',' expected before 'MYBOOL_TRUE'. static const my_bool MYBOOL_TRUE = 1; ^^^^^^^^^^^ Error 20: "my_mysql.h", line 17 # ',' expected before 'MYBOOL_FALSE'. static const my_bool MYBOOL_FALSE = 0; ^^^^^^^^^^^^ Error 419: "my_mysql.h", line 41 # 'MYSQL' is used as a type, but has not been defined as a type. MYSQL *conid; ^^^^^ Error 419: "my_mysql.h", line 61 # 'MYSQL_STMT' is used as a type, but has not been defined as a type. MYSQL_STMT *stmt; ^^^^^^^^^^ Error 419: "my_mysql.h", line 62 # 'MYSQL_BIND' is used as a type, but has not been defined as a type. MYSQL_BIND *params; ^^^^^^^^^^ Error 419: "my_mysql.h", line 65 # 'MYSQL_BIND' is used as a type, but has not been defined as a type. MYSQL_BIND *result; ^^^^^^^^^^ Error 419: "my_mysql.h", line 67 # 'MYSQL_RES' is used as a type, but has not been defined as a type. MYSQL_RES *meta; ^^^^^^^^^ Error 419: "my_mysql.h", line 76 # 'MYSQL_RES' is used as a type, but has not been defined as a type. MYSQL_RES *res; ^^^^^^^^^ Error 419: "my_mysql.h", line 125 # 'MYSQL' is used as a type, but has not been defined as a type. MYSQL *my_mysql_reconnect( MY_CON *con ); ^^^^^ Error 419: "my_mysql.h", line 127 # 'MYSQL' is used as a type, but has not been defined as a type. MY_CON *my_mysql_con_add( MYSQL *mysql, DWORD tid, DWORD client_flag ); ^^^^^ Error 699: "my_mysql.h", line 127 # Error limit reached; halting compilation. MY_CON *my_mysql_con_add( MYSQL *mysql, DWORD tid, DWORD client_flag ); ^^^^^ make: *** [my_mysql.o] Error 2