>Description:
   The following is the error message:
#scripts/mysql_install_db
Could not load program ./bin/my_print_defaults:
        Dependent module libz.a(shr.o) could not be loaded.
Could not load module libz.a(shr.o).
Error was: No such file or directory
WARNING: The host 'bonsai.austin.ibm.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
Could not load program ./bin/mysqld:
        Dependent module libz.a(shr.o) could not be loaded.
Could not load module libz.a(shr.o).
Error was: No such file or directory
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:
        scripts/mysql_install_db
>Fix:
        if anyone know where I can find the file libz.a, please let me know.

>Submitter-Id:  <submitter ID>
>Originator:    Shaowu Yang
>Organization:

  Regards,
  
  Shaowu Yang
  
  __________________________________________
  Email: [EMAIL PROTECTED]
         [EMAIL PROTECTED]
  Phone: (512)-838-4085 
>
>MySQL support: [ email support ]
>Synopsis:      <Could not load module libz.a(shr.o)>
>Severity:      
>Priority:      
>Category:      mysql
>Class:         
>Release:       mysql-3.23.43 (Official MySQL binary)

>Environment:
        
System: AIX bonsai 3 4 000979974C00


Some paths:  /bin/perl /bin/make /usr/contrib/bin/gmake /usr/local/bin/gcc /bin/cc
GCC: Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.2.0/2.95.2.1/specs
gcc version 2.95.2.1 19991024 (release)
Compilation info: CC='gcc'  CFLAGS='-O3 -mcpu=powerpc -Wa,-many '  CXX='c++'  
CXXFLAGS='-O3 -mcpu=powerpc -Wa,-many  -felide-constructors -fno-exceptions -fno-rtti' 
 LDFLAGS=''
LIBC: 
lrwxrwxrwx   1 bin      bin           19 Jan 18 2001  /lib/libc.a -> 
/usr/ccs/lib/libc.a
lrwxrwxrwx   1 bin      bin           19 Jan 18 2001  /usr/lib/libc.a -> 
/usr/ccs/lib/libc.a
Configure command: ./configure  --prefix=/usr/local/mysql '--with-comment=Official 
MySQL binary' --with-extra-charsets=complex --with-server-suffix= --disable-shared
Perl: This is perl, version 5.005_03 built for aix

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