Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysql Binary install error opening /usr/lib/libthread.so.1

Status
Not open for further replies.

joekro

MIS
May 21, 2001
21
0
0
US
Hello,

I'm trying to install the binary MYSQL-max package for sco openserver 5 from the mysql website. when running mysql_install_db I receive multiple error like the one below. I guess its mad because I do not have the libthread.so.1 on my system. Where can I get it? or is there someway around this. We are running 5.05.

Much Thanks,

Joe

error
----------------------------
dynamic linker : ./bin/my_print_defaults : error opening /usr/lib/libthread.so.1
./scripts/mysql_install_db: 24949 Killed
./scripts/mysql_install_db: 24951 Killed
./scripts/mysql_install_db: 24952 Killed
WARNING: The host 'scounix.chernay.com' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL deamon, 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 !
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
dynamic linker : ./bin/mysqld : error opening /usr/lib/libthread.so.1
./scripts/mysql_install_db: 24953 Killed
Installation of grant tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld daemon 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.

The latest information about MySQL is available on the web at
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the ./bin/mysqlbug script!
------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top