当前位置: 技术问答>linux和unix
AIX 4.3安装 DB2 7.2出错,求助,急!
来源: 互联网 发布时间:2016-01-23
本文导语: 环境AIX 4.3.3 # bootinfo -y 64 # bootinfo -K 32 # oslevel 4.3.3.0 安装DB2 7.2,执行 db2setup出现以下错误, # ./db2setup exec(): 0509-036 Cannot load program ./db2inst because of the following errors: 0509-130 Symbol resolution faile...
环境AIX 4.3.3
# bootinfo -y
64
# bootinfo -K
32
# oslevel
4.3.3.0
安装DB2 7.2,执行 db2setup出现以下错误,
# ./db2setup
exec(): 0509-036 Cannot load program ./db2inst because of the following errors:
0509-130 Symbol resolution failed for ./libC_r.a(shr2.o) because:
0509-136 Symbol _system_configuration (number 14) is not exported from
dependent module ./libc_r.a(shr.o).
0509-136 Symbol free (number 15) is not exported from
dependent module ./libc_r.a(shr.o).
0509-136 Symbol bsearch (number 16) is not exported from
dependent module ./libc_r.a(shr.o).
0509-130 Symbol resolution failed for ./libC.a(shr2.o) because:
0509-136 Symbol _system_configuration (number 14) is not exported from
dependent module ./libC.a(shr.o).
.........//中间一堆类似错误提示略
0509-136 Symbol exit (number 125) is not exported from
dependent module ./libC.a(shr.o).
0509-021 Additional errors occurred but are not reported.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
请问这是什么原因引起的,该如何解决?多谢。
# bootinfo -y
64
# bootinfo -K
32
# oslevel
4.3.3.0
安装DB2 7.2,执行 db2setup出现以下错误,
# ./db2setup
exec(): 0509-036 Cannot load program ./db2inst because of the following errors:
0509-130 Symbol resolution failed for ./libC_r.a(shr2.o) because:
0509-136 Symbol _system_configuration (number 14) is not exported from
dependent module ./libc_r.a(shr.o).
0509-136 Symbol free (number 15) is not exported from
dependent module ./libc_r.a(shr.o).
0509-136 Symbol bsearch (number 16) is not exported from
dependent module ./libc_r.a(shr.o).
0509-130 Symbol resolution failed for ./libC.a(shr2.o) because:
0509-136 Symbol _system_configuration (number 14) is not exported from
dependent module ./libC.a(shr.o).
.........//中间一堆类似错误提示略
0509-136 Symbol exit (number 125) is not exported from
dependent module ./libC.a(shr.o).
0509-021 Additional errors occurred but are not reported.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
请问这是什么原因引起的,该如何解决?多谢。
|
捡分。