Hello,
I can't get Mysql to build from source on Cooker, as well as Apache,
PostgreSQL, and PHP.
I would prefer not to use the RPMs so I am able to manage these myself.
For now, we can tackle MySQL.
The version is Mysql-3.23.39
my configure options are: ./configure --prefix=/home/mysql
when i run 'make' I get these errors:

c++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti
-rdynamic -o .libs/mysql mysql.o readline.o sql_string.o
completion_hash.o ../readline/libreadline.a -lncurses
../libmysql/.libs/libmysqlclient.so -lz -lcrypt -lnsl -lm -lz -lcrypt
-lnsl -lm -Wl,--rpath -Wl,/home/mysql/lib/mysql
creating mysql
gcc -DUNDEF_THREADS_HACK -I./../include
-I../include -I./.. -I..                                -I..    -O3
-DDBUG_OFF   -c mysqladmin.c
mysqladmin.c: In function `nice_time':
mysqladmin.c:911: Internal error: Illegal instruction.
Please submit a full bug report.
See <URL:https://qa.mandrakesoft.com/> for instructions.
make[2]: *** [mysqladmin.o] Error 1
make[2]: Leaving directory `/home/SOURCE/mysql-3.23.39/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/SOURCE/mysql-3.23.39'
make: *** [all-recursive-am] Error 2

Any Ideas?  Thanks, Brad


Reply via email to