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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL Installation Problems on AIX 4.3.3

Status
Not open for further replies.

aixnewbie

Technical User
Jul 11, 2002
8
0
0
IL
Hi All,

I wonder if you can help. I am trying to install mysql 3.23.49 on AIX 4.3. I get the following error when I run scripts/mysql_install_db

I have installed zlib 1.1.4.0 and set $LIBPATH to /usr/local/lib

I get the error shown below. Anyone know which version lib zlib will work with AIX 4.3.3 and MySQL 3.23.49?

TIA

M.

# echo $LIBPATH
/usr/local/lib
# scripts/mysql_install_db
exec(): 0509-036 Cannot load program ./bin/my_print_defaults because of the fol
owing errors:
0509-130 Symbol resolution failed for my_print_defaults because:
0509-136 Symbol stpcpy (number 45) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol strnlen (number 46) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol strcat (number 60) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-136 Symbol memmove (number 61) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-136 Symbol bcopy (number 62) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
WARNING: The host 'MyHost' 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 erro
s:
0509-130 Symbol resolution failed for mysqld because:
0509-136 Symbol stpcpy (number 137) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol strnlen (number 138) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol strcpy (number 179) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-136 Symbol strcat (number 180) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-136 Symbol memmove (number 182) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-136 Symbol bcopy (number 183) is not exported from
dependent module /usr/local/lib/libz.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
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!
 
I got it from MySQL dowmload site if I remember correctly.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top