I know this may not be the correct place to post this problem but the mysql forums have been no help.
I'm trying to install MySQL 5.1.36 (mysql-5.1.36-aix5.3-powerpc-64bit) on AIX 5300-03-00. I am using the following command:
scripts/mysql_install_db --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --force
I'm getting the following errors:
exec(): 0509-036 Cannot load program my_print_defaults because of the following errors:
rtld: 0712-001 Symbol __pth_init was referenced
from module my_print_defaults(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Installing MySQL system tables...
exec(): 0509-036 Cannot load program mysqld because of the following errors:
rtld: 0712-001 Symbol __pth_init was referenced
from module mysqld(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Can anyone tell me what these errors mean and what I need to do to correct them? If not, can you point me to someone who can?
Thanks,
Eric
I'm trying to install MySQL 5.1.36 (mysql-5.1.36-aix5.3-powerpc-64bit) on AIX 5300-03-00. I am using the following command:
scripts/mysql_install_db --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --force
I'm getting the following errors:
exec(): 0509-036 Cannot load program my_print_defaults because of the following errors:
rtld: 0712-001 Symbol __pth_init was referenced
from module my_print_defaults(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Installing MySQL system tables...
exec(): 0509-036 Cannot load program mysqld because of the following errors:
rtld: 0712-001 Symbol __pth_init was referenced
from module mysqld(), but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Can anyone tell me what these errors mean and what I need to do to correct them? If not, can you point me to someone who can?
Thanks,
Eric