>Description:
        
        Running the mysql_install_db or configure scripts fail to install
        database tables. mysqld cannot find libgthreads.so even though it is
        in /usr/local/lib. Script also complains that libc are not 100 %
        compatible; I think I have the latest version. The out put from the
        script follows.

# ./configure
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

dynamic linker : ./bin/my_print_defaults : error opening libgthreads.so
./scripts/mysql_install_db: 3740 Killed
./scripts/mysql_install_db: 3742 Killed
./scripts/mysql_install_db: 3743 Killed
WARNING: The host 'curly.vtms.nawcad.navy.mil' 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 libgthreads.so
./scripts/mysql_install_db: 3744 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
http://www.mysql.com
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!
#

>How-To-Repeat:
        Install binary mysql package from 
            mysql-max-3.23.53a-pc-sco3.2v5.0.6-i686.tar
        Follow instrutions in INSTALL-BINARY text file. Fails at running
            mysql_install_db.

>Fix:
        
        unknown


>Submitter-Id:  <submitter ID>
>Originator:    John Griffiths
>Organization:
>
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:      mysql_install_db fails mysqld can't find libgthreads.so
>Severity:      
>Priority:      
>Category:      mysql
>Class:         
>Release:       mysql-3.23.53a-max (Official MySQL-max binary)

>Environment:
        
Hewlett-Packard Vectra XU
SCO OpenServer 5.0.6
System: SCO_SV curly 3.2 5.0.6 i386


Some paths:  /usr/bin/perl /udk/usr/ccs/bin/make /usr/local/bin/gcc /udk/usr/ccs/bin/cc
GCC: Reading specs from /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
gcc version 2.95.2 19991024 (release)
Compilation info: CC='gcc'  CFLAGS='-O3 -mpentium '  CXX='gcc'  CXXFLAGS='-O3 
-mpentium -felide-constructors'  LDFLAGS='-static'
LIBC: 
lrwxrwxrwx   1 root     root          41 Aug 21  2001 /usr/lib/libc.so.1 -> 
/opt/K/SCO/Unix/5.0.6Ga/usr/lib/libc.so.1
Configure command: ./configure --prefix=/usr/local/mysql '--with-comment=Official 
MySQL-max binary' --with-extra-charsets=complex --with-server-suffix=-max 
--enable-thread-safe-client --enable-local-infile --with-named-z-libs=no 
--enable-thread-safe-client --disable-shared --with-innodb 'CFLAGS=-O3 -mpentium' 
'CXXFLAGS=-O3 -mpentium -felide-constructors' CXX=gcc LDFLAGS=-static


---------------------------------------------------------------------
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

Reply via email to