提问三步曲: 提问先看教程/FAQ索引(wdcp,wdcp_v3,一键包)及搜索,会让你更快解决问题
1 提供详细,如系统版本,wdcp版本,软件版本等及错误的详细信息,贴上论坛或截图发论坛
2 做过哪些操作或改动设置等
温馨提示:信息不详,很可能会没人理你!论坛有教程说明的,也可能没人理!因为,你懂的
我是用2.5.6的一键安装包,MySQL是5.1.63,阿里云的CentOS6.3环境,按照论坛里介绍的标准脚本执行安装,在link的时候出错。g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/www/wdlinux/mysql-5.1.63\"" -DMYSQL_DATADIR="\"/www/wdlinux/mysql-5.1.63/var\"" -DSHAREDIR="\"/www/wdlinux/mysql-5.1.63/share/mysql\"" -DPLUGINDIR="\"/www/wdlinux/mysql-5.1.63/lib/mysql/plugin\"" -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I../regex -I. -DTZINFO2SQL -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -MT mysql_tzinfo_to_sql-tztime.o -MD -MP -MF .deps/mysql_tzinfo_to_sql-tztime.Tpo -c -o mysql_tzinfo_to_sql-tztime.o `test -f 'tztime.cc' || echo './'`tztime.cc
mv -f .deps/mysql_tzinfo_to_sql-tztime.Tpo .deps/mysql_tzinfo_to_sql-tztime.Po
/bin/sh ../libtool --preserve-dup-deps --tag=CXX --mode=link g++ -DTZINFO2SQL -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -rdynamic -o mysql_tzinfo_to_sql mysql_tzinfo_to_sql-tztime.o ../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a -lz -lpthread -lcrypt -lnsl -lm -lpthread
libtool: link: g++ -DTZINFO2SQL -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -rdynamic -o mysql_tzinfo_to_sql mysql_tzinfo_to_sql-tztime.o ../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a -lz -lpthread -lcrypt -lnsl -lm -lpthread
g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/www/wdlinux/mysql-5.1.63\"" -DMYSQL_DATADIR="\"/www/wdlinux/mysql-5.1.63/var\"" -DSHAREDIR="\"/www/wdlinux/mysql-5.1.63/share/mysql\"" -DPLUGINDIR="\"/www/wdlinux/mysql-5.1.63/lib/mysql/plugin\"" -DHAVE_EVENT_SCHEDULER -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -I../regex -I. -O3 -fno-implicit-templates -fno-exceptions -fno-rtti -MT sql_lex.o -MD -MP -MF .deps/sql_lex.Tpo -c -o sql_lex.o sql_lex.cc
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
make[3]: *** [sql_lex.o] Error 1
make[3]: Leaving directory `/tmp/mysql-5.1.63/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/mysql-5.1.63/sql'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/mysql-5.1.63/sql'
make: *** [all-recursive] Error 1
请高手帮着看看是什么问题? |