Hi, I am having a problem running the binary installation for RS6000. I am installing MySQL in AIX 4.3.3 on RS6000 machine. (I had successfully installed MySQL in Linux PC using binary installation, and having C applications running without problem.)
I tar everything in /mysql directory then under /mysql/mysql, I try to run the script for GRANT command, I got the following errors: ======================================================== exec(): 0509-036 Cannot load program ./bin/mysqld because of the following errors: 0509-130 Symbol resolution failed for mysqld because: 0509-136 Symbol stpcpy (number 137) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol strnlen (number 138) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol strcpy (number 179) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-136 Symbol strcat (number 180) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-136 Symbol memmove (number 182) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-136 Symbol bcopy (number 183) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-192 Examine .loader section symbols with the 'dump -Tv' command. Installation of grant tables failed! ======================================================== I check the /usr/lib/libz.a, there is shr.o inside and in /usr/lib/libc.a, there is shr.o too. I don't understand what is the problem. then I try to skip the script and start the MySQL deamon by typing "./bin/safe_mysqld" then I got the following errors, (similar) ======================================================== # ./bin/safe_mysqld exec(): 0509-036 Cannot load program ./bin/my_print_defaults because of the following errors: 0509-130 Symbol resolution failed for my_print_defaults because: 0509-136 Symbol stpcpy (number 45) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol strnlen (number 46) is not exported from dependent module /usr/lib/libc.a(shr.o). 0509-136 Symbol strcat (number 60) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-136 Symbol memmove (number 61) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-136 Symbol bcopy (number 62) is not exported from dependent module /usr/lib/libz.a(shr.o). 0509-192 Examine .loader section symbols with the 'dump -Tv' command. chown: 3002-131 mysql is an unknown username. Starting mysqld daemon with databases from /mysql/mysql-3.23.49-ibm-aix4.3.3.0-r s6000/data 020514 19:22:43 mysqld ended ======================================================== do anyone have suggestion for me? what should I check for? thankx Borus --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php