Hi!

Sorry if I ask this on the wrong list but it seemed like the best choice
:)

I'm trying to install a MySQL binary downloaded from MySQl
(mysql-standard-4.0.13-ibm-aix4.3.3.0-powerpc) on a AIX 4.3 (oslevel
4.3.3.0)

I have IBM's C for AIX ver 4.4.0 and gcc version 3.2.3 installed on the
machine.

I've followed the installation chapter in the manual and unpacked the
file in /usr/local, linked the unpacked directory to mysql and then I try
to run mysql_install_db and get some errors.

This is what I get when I run mysql_install_db:
-----
exec(): 0509-036 Cannot load program ./bin/my_print_defaults because of
        the following errors:
        0509-130 Symbol resolution failed for my_print_defaults because:
        0509-136   Symbol stpcpy (number 50) is not exported from
                   dependent module /usr/lib/libc.a(shr.o).
        0509-136   Symbol strnlen (number 51) is not exported from
                   dependent module /usr/lib/libc.a(shr.o).
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.
WARNING: The host 'stallion' 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
exec(): 0509-036 Cannot load program ./bin/mysqld because of the following
        errors:
        0509-130 Symbol resolution failed for mysqld because:
        0509-136   Symbol stpcpy (number 143) is not exported from
                   dependent module /usr/lib/libc.a(shr.o).
        0509-136   Symbol strnlen (number 144) is not exported from
                   dependent module /usr/lib/libc.a(shr.o).
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.
Installation of grant tables failed!

------

Any suggestions about what might be wrong ?

TIA,
Cecilia


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to