I am currently running MySQL3.23.53-max with no problems, well my_print_default complains about the same thing that MySQL-3.23.54 complains about, but MySQLd runs fine. I am attempting to upgrade to MySQL3.23.54 (mysql-max-3.23.54-pc-linux-i686.tar.gz) and MySQLd does not run at all, below are the errors I receive:
/usr/local/sqldrive/mysql-3.23.54-max/bin/my_print_defaults: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /usr/local/sqldriv) /usr/local/sqldrive/mysql-3.23.54-max/bin/my_print_defaults: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /usr/local/sqldrive/) rhea:/usr/local/sqldrive/mysql-3.23.54-max/data > ./bin/my_print_defaults: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by ./bi) ./bin/my_print_defaults: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./bin/my_print_defaults) 021213 12:34:25 mysqld started /usr/local/sqldrive/mysql-3.23.54-max/bin/mysqld: /lib/libpthread.so.0: version `GLIBC_2.2' not found (required by /usr/local/sqldrive/mysql- 3.23.54-max/bin/mysqld) /usr/local/sqldrive/mysql-3.23.54-max/bin/mysqld: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by /usr/local/sqldrive/mysql-3.23 .54-max/bin/mysqld) /usr/local/sqldrive/mysql-3.23.54-max/bin/mysqld: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /usr/local/sqldrive/mysql-3.23.5 4-max/bin/mysqld) 021213 12:34:25 mysqld ended Does anyone else receive these errors and/or know a fix? Also, I only have this problem with MAX, I can run the regular version of 3.23.54 fine. Example: rhea:/tmp/mysql-3.23.54-pc-linux-i686/bin > ./mysqld ./mysqld: Can't change dir to '/usr/local/sqldrive/mysql-3.23.53-max/var/' (Errcode: 2) 021213 12:39:29 Aborting 021213 12:39:29 ./mysqld: Shutdown Complete rhea:/tmp/mysql-3.23.54-pc-linux-i686/bin > cd /usr/local/sqldrive/mysql-3.23.54-max/ rhea:/usr/local/sqldrive/mysql-3.23.54-max/bin > ./mysqld ./mysqld: /lib/libpthread.so.0: version `GLIBC_2.2' not found (required by ./mysqld) ./mysqld: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by ./mysqld) ./mysqld: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ./mysqld) Thanks Nickg --------------------------------------------------------------------- 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