From: kam ho Date: September 12 2000 7:05am Subject: Cannot install MySQL 3.22.32 binary distribution on SCO-Unix Open Server 5.0.5 List-Archive: http://lists.mysql.com/mysql/50403 Message-Id: <007901c01c87$d436d5a0$6508a8c0@infrasys.com.hk> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0076_01C01CCA.DEF2CEC0" ------=_NextPart_000_0076_01C01CCA.DEF2CEC0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable 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 ------=_NextPart_000_0076_01C01CCA.DEF2CEC0--