hi,everyone
i try to compile and install mysql from source tarball,but i failed again & again.

this is my config string:
[r...@powerpc mysql-5.5.6-rc]# ./configure --prefix=/usr/local/mysql --exec-prefix=/usr/local --sysconfdir=/etc/sysconfig/mysql --localstatedir=/var --enable-profiling --disable-largefile --disable-ipv6 --with-unix-socket-path=/tmp/mysql.socket --with-mysqld-user=mysql --with-zlib-dir=bundled --without-docs --without-man --with-low-memory --with-system-type --with-machine-type > config-l.log

the configure returns some warnings which i think can be simple ignored.

/usr/bin/nm: old_atexit.o: no symbols
/usr/bin/nm: udiv_qrnnd.o: no symbols
/usr/bin/nm: mp_clz_tab.o: no symbols
/usr/bin/nm: getopt_init.o: no symbols
/usr/bin/nm: get_child_max.o: no symbols
/usr/bin/nm: init-posix.o: no symbols
/usr/bin/nm: lseek64.o: no symbols
/usr/bin/nm: oldgetrlimit64.o: no symbols
/usr/bin/nm: libc_multiple_threads.o: no symbols
/usr/bin/nm: getutmpx.o: no symbols
/bin/rm: cannot remove `libtoolT': No such file or directory

then, make mysql with "make" command. and the ERROR appeared.

…………
…………
mi_static.c:40: error: conflicting types for ‘myisam_max_temp_length’
../../include/myisam.h:254: error: previous declaration of ‘myisam_max_temp_length’ was here
make[2]: *** [mi_static.o] Error 1
make[2]: Leaving directory `/root/mysql-5.5.6-rc/storage/myisam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mysql-5.5.6-rc/storage'
make: *** [all-recursive] Error 1

i really do not know what is wrong,want your help!!!

Many Thanks,
Sharl

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to