|
如下提示:
Note: The following compile may take a long time.
If it fails, re-run configure with --with-low-memory
g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/mysql\"" -DDATADIR="\"/usr/mysql/var\"" -DSHAREDIR="\"/usr/mysql/share/mysql\"" -DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../include -I../include -I../regex -I. -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti -c sql_yacc.cc
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[4]: *** [sql_yacc.o] Error 1
make[4]: Leaving directory `/root/mysql-5.0.24a/sql'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/root/mysql-5.0.24a/sql'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/root/mysql-5.0.24a/sql'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/mysql-5.0.24a'
make: *** [install] Error 2
已经按照提示执行过./configure --with-low-memory
每次make到这里就不行了.会是内部什么错误呢?之前安装好了apache2.2.3
请各位多多指教. |
|