I managed to install
MySQL-client-4.0.25-0.ia64.rpm
MySQL-server-4.0.25-0.ia64.rpm
MySQL-devel-4.0.25-0.ia64.rpm

but MySQL-shared-4.0.25-0.ia64.rpm was still giving me the same error about missing a glibc library even though glibc 2.3 is installed.

Though the install worked, I now get:
[EMAIL PROTECTED] mysql]# mysql
-bash: /usr/bin/mysql: cannot execute binary file

[EMAIL PROTECTED] mysql]# /etc/rc.d/init.d/mysql start
/etc/rc.d/init.d/mysql: line 128: /usr/bin/my_print_defaults: cannot execute binary file

I've never seen this before, and google doesn't seem to have anything. What could be causing this? my mysql error log says:
050721 10:47:18  mysqld started
050721 10:47:18 Warning: Asked for 196608 thread stack, but got 126976
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
050721 10:47:18  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
050721 10:47:18 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
050721 10:47:19 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
050721 10:47:20  InnoDB: Started
/usr/sbin/mysqld: ready for connections.
Version: '4.0.23-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 Official MySQL RPM
050721 10:47:33 /usr/sbin/mysqld: Normal shutdown

050721 10:47:33  InnoDB: Starting shutdown...
050721 10:47:36  InnoDB: Shutdown completed
050721 10:47:36 /usr/sbin/mysqld: Shutdown Complete

Other than the version #, that looks fine, but I can't get mysql to start again.

Anne

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to