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.

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

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