提問三步曲: 提問先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會讓你更快解決問題
1 提供詳細,如系統(tǒng)版本,wdcp版本,軟件版本等及錯誤的詳細信息,貼上論壇或截圖發(fā)論壇
2 做過哪些操作或改動設置等
溫馨提示:信息不詳,很可能會沒人理你!論壇有教程說明的,也可能沒人理!因為,你懂的
我是用2.5.6的一鍵安裝包,MySQL是5.1.63,阿里云的CentOS6.3環(huán)境,按照論壇里介紹的標準腳本執(zhí)行安裝,在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
請高手幫著看看是什么問題? |