hi,
i want to install the MySQL 3.22.32 binary distribution on SCO-Unix Open Server 5.0.5
(I have tried to install from source file, but fail as it said that i have missing some
library or can't load some so files)
when i following the installation instruction, after i enter the command
"scripts/mysql_install_db"
it has the following error:
scripts/mysql_install_db: 4685 Killed
scripts/mysql_install_db: 4686 Killed
WARNING: Your libc libraries are not 100 % compatible with this MySQL version
mysqld should work normally with the exception that host name resolving
will not work. This means that you should use IP addresses instead
of hostnames when specifying MySQL privileges !
Creating db table
Creating host table
Creating user table
Creating func table
Creating tables_priv table
Creating columns_priv table
dynamic linker : ./bin/mysqld : error opening libz.so
scripts/mysql_install_db: 4687 Killed
Installation of grant tables failed!
Examine the logs in ./data for more information.
You can also try to start the mysqld demon with:
./bin/mysqld --skip-grant &
You can use the command line tool
./bin/mysql to connect to the mysql
database and look at the grant tables:
shell> ./bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in ./data that may be helpful.
I want to ask how can i solve this problem?
Regards,
Kam