AIX - MySQL installation help


 
Thread Tools Search this Thread
Operating Systems AIX AIX - MySQL installation help
# 1  
Old 11-06-2006
AIX - MySQL installation help

Hi,

I'm facing troubles in installing MySQL on AIX 5.3. After I run make it's getting errors and exiting, few of the errors are pasted below. Please help me to install it succesfully.

ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_alarm.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_lock.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_mutex.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[thr_rwlock.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[my_pthread.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-235 WARNING: Archive member ../mysys/libmysys.a[my_thr_init.o] is not
an object file or an import list. The member is being ignored.
ld: 0711-317 ERROR: Undefined symbol: ._my_thread_var
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .my_thread_name
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_charset
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_open
ld: 0711-317 ERROR: Undefined symbol: .my_thread_end
ld: 0711-317 ERROR: Undefined symbol: .my_thread_global_end
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_end
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_global_init
ld: 0711-317 ERROR: Undefined symbol: .my_thread_global_init
ld: 0711-317 ERROR: Undefined symbol: .safe_cond_wait
ld: 0711-317 ERROR: Undefined symbol: .safe_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .my_thread_id
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_myisam
ld: 0711-317 ERROR: Undefined symbol: .thr_lock_init
ld: 0711-317 ERROR: Undefined symbol: thr_lock_inited
ld: 0711-317 ERROR: Undefined symbol: .thr_lock_data_init
ld: 0711-317 ERROR: Undefined symbol: .thr_lock_delete
ld: 0711-317 ERROR: Undefined symbol: .my_thread_init
ld: 0711-317 ERROR: Undefined symbol: THR_LOCK_malloc
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
# 2  
Old 11-08-2006
try to turn aio on, I remember some similar error messages when migrating an oracle server to a new plattform and forgot to turn aio on

just a thought ^^
# 3  
Old 11-20-2006
help with mysql installation

Hi Rishi,

Did you succeed in installing mysql on AIX 5.3? I am trying to do the same and would appreciate if you can give me the steps involved to do so.
Thanks!

Karan
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Mysql installation - Operation not permitted

Hello, Since over one week, I have been consistently searching for a solution to my mysql installation errors. I surfed many sites on google to get rid of the issue. Now google gives me all the same results, I tested many of those solutions provided by... Now I am pulling hair I am under... (12 Replies)
Discussion started by: baris35
12 Replies

2. AIX

MySQL 5.5.28 compile on AIX 7.1

Hi, I have an AIX 7.1 lpar with cmake, gmp, libmpc, mpfr on it and a gcc 4.6.2 compiler that was made with the no-dependency flag. I am trying to complile MySql5.5.28 from Oracle. Cmake runs fine. Then when I run make, I get the following: <nyissz> Scanning dependencies of target strings ... (12 Replies)
Discussion started by: Ismeret Tenger
12 Replies

3. Ubuntu

Mysql apache installation

on ubuntu lamp server how to install mysql and apache? any instructions? (1 Reply)
Discussion started by: srinathk
1 Replies

4. Shell Programming and Scripting

need command for mysql installation

Hi All, I want to install mysql on my server but i dont have root access when i have tried to install this MySQL-client-3.3.15-3.rhel5.x24_74.rpm using the command rpm -ivh MySQL-client-3.3.15-3.rhel5.x24_74.rpm getting error error: can't create transaction lock on... (0 Replies)
Discussion started by: aish11
0 Replies

5. Red Hat

Apache,php,mysql, and jdk 1.6 update 20 installation on RHEL 5.5

I want to install Apache (version 2.2.X), php (version 5.3.X),mysql (version 5.5.X) on RHEL 5.5. Guide re. site address for download all rpm. X = latest version. Thanks in advance. (1 Reply)
Discussion started by: vasdaax
1 Replies

6. Ubuntu

Problem wih MySQL installation

Hi, I tried installing MySql in my Ubuntu OS in my Laptop with the help of the information in below link How to Install MySQL in Ubuntu 10.04 The download of required files happened but I dont know there is installation happened or not. Because as mentioned in the above link there is no... (3 Replies)
Discussion started by: ramkrix
3 Replies

7. AIX

MYSQL Install on AIX

Hello All: I've been asked to install mysql on AIX box and I have very little experience in UNIX. Does anybody have any step by step directions on installing MYSQL? Any guidance would be appreciated! Thanks (1 Reply)
Discussion started by: rmnv
1 Replies

8. Linux

MySQL python installation

Hi I am using CentOS 4 machine..trying to install MySQL for python to setup a boinc project.. During the building process I am getting this error..I have even set the LD_lIBRARY_PATH to /usr/local/lib where the libmysqlclient.so file is present.. ./python -E ./setup.py build ./python: error... (1 Reply)
Discussion started by: Gayathrirri
1 Replies

9. UNIX for Dummies Questions & Answers

mysql installation error using redhat 7.2

i am a newbie to unix admin stuff so bare with me. -- i get this message when executing mysql_install_db during the installation of mysql. what is the cause of this and how can it be fixed. btw - i have tried installing as root and other accounts also. scripts/mysql_install_db:... (6 Replies)
Discussion started by: theDirtiest
6 Replies
Login or Register to Ask a Question