日期:2014-05-16 浏览次数:20724 次
近日,在 CentOS 5.9 安装DBD出现错误:
[root@localhost DBD-mysql-4.022]# make cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm cc -c -I/usr/local/perl/lib/site_perl/5.16.2/i686-linux/auto/DBI -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv -DDBD_MYSQL_WITH_SSL -DDBD_MYSQL_INSERT_ID_IS_GOOD -g -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"4.022\" -DXS_VERSION=\"4.022\" -fPIC "-I/usr/local/perl/lib/5.16.2/i686-linux/CORE" dbdimp.c In file included from dbdimp.c:20: dbdimp.h:23:49: error: mysql.h: No such file or directory dbdimp.h:24:45: error: mysqld_error.h: No such file or directory dbdimp.h:26:49: error: errmsg.h: No such file or directory In file included from dbdimp.c:20: dbdimp.h:159: error: expected specifier-qualifier-list before ‘MYSQL’ dbdimp.h:257: error: expected specifier-qualifier-list before ‘MYSQL_RES’ In file included from dbdimp.c:20: dbdimp.h:318: error: expected ‘)’ before ‘*’ token dbdimp.h:321: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘mysql_st_internal_execute’ dbdimp.h:357: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token dbdimp.h:363: error: expected declaration specifiers or ‘...’ before ‘MYSQL_RES’ dbdimp.c:519: error: expected declaration specifiers or ‘...’ before ‘MYSQL’ dbdimp.c: In function ‘parse_params’: dbdimp.c:767: error: ‘sock’ undeclared (first use in this function) dbdimp.c:767: error: (Each undeclared identifier is reported only once dbdimp.c:767: error: for each function it appears in.) dbdimp.c: At top level: dbdimp.c:822: error: ‘FIELD_TYPE_VAR_STRING’ undeclared here (not in a function) dbdimp.c:832: error: ‘FIELD_TYPE_DECIMAL’ undeclared here (not in a function) dbdimp.c:842: error: ‘FIELD_TYPE_TINY’ undeclared here (not in a function) dbdimp.c:852: error: ‘FIELD_TYPE_SHORT’ undeclared here (not in a function) dbdimp.c:862: error: ‘FIELD_TYPE_LONG’ undeclared here (not in a function) dbdimp.c:872: error: ‘FIELD_TYPE_FLOAT’ undeclared here (not in a function) dbdimp.c:882: error: ‘FIELD_TYPE_DOUBLE’ undeclared here (not in a function) dbdimp.c:905: error: ‘FIELD_TYPE_TIMESTAMP’ undeclared here (not in a function) dbdimp.c:915: error: ‘FIELD_TYPE_LONGLONG’ undeclared here (not in a function) dbdimp.c:925: error: ‘FIELD_TYPE_INT24’ undeclared here (not in a function) dbdimp.c:935: error: ‘FIELD_TYPE_DATE’ undeclared here (not in a function) dbdimp.c:945: error: ‘FIELD_TYPE_TIME’ undeclared here (not in a function) dbdimp.c:955: error: ‘FIELD_TYPE_DATETIME’ undeclared here (not in a function) dbdimp.c:965: error: ‘FIELD_TYPE_YEAR’ undeclared here (not in a function) dbdimp.c:975: error: ‘FIELD_TYPE_NEWDATE’ undeclared here (not in a function) dbdimp.c:985: error: ‘FIELD_TYPE_ENUM’ undeclared here (not in a function) dbdimp.c:995: error: ‘FIELD_TYPE_SET’ undeclared here (not in a function) dbdimp.c:1005: error: ‘FIELD_TYPE_BLOB’ undeclared here (not in a function) dbdimp.c:1015: error: ‘FIELD_TYPE_TINY_BLOB’ undeclared here (not in a function) dbdimp.c:1025: error: ‘FIELD_TYPE_MEDIUM_BLOB’ undeclared here (not in a function) dbdimp.c:1035: error: ‘FIELD_TYPE_LONG_BLOB’ undeclared here (not in a function) dbdimp.c:1045: error: ‘FIELD_TYPE_STRING’ undeclared here (not in a function) dbdimp.c:1515: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token dbdimp.c: In function ‘my_login’: dbdimp.c:2001: error: ‘imp_dbh_t’ has no member named ‘pmysql’ dbdimp.c: