This post is more than 5 years old
2 Intern
•
360 Posts
0
1741
March 30th, 2008 23:00
naviseccli error in AIX platform
Dear All,
Does anyone experience following error about Naviphere CLI?
root@erpsvr1/>naviseccli
exec(): 0509-036 Cannot load program naviseccli because of the following errors:
0509-130 Symbol resolution failed for naviseccli because:
0509-136 Symbol _GetCatName__FiPCc (number 188) is not exported from
dependent module /usr/lib/libC.a(ansi_32.o).
0509-136 Symbol __ct__Q2_3std8_LocinfoFPCci (number 276) is not exported from
dependent module /usr/lib/libC.a(ansi_32.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Thank you,
Dennis Dai
Does anyone experience following error about Naviphere CLI?
root@erpsvr1/>naviseccli
exec(): 0509-036 Cannot load program naviseccli because of the following errors:
0509-130 Symbol resolution failed for naviseccli because:
0509-136 Symbol _GetCatName__FiPCc (number 188) is not exported from
dependent module /usr/lib/libC.a(ansi_32.o).
0509-136 Symbol __ct__Q2_3std8_LocinfoFPCci (number 276) is not exported from
dependent module /usr/lib/libC.a(ansi_32.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
Thank you,
Dennis Dai
No Events found!


d2dowling
30 Posts
0
April 14th, 2008 16:00
Can you confirm that the default Unix search path for both servers is the same?
Regards
David Dowling
BRuehl
40 Posts
0
April 3rd, 2008 11:00
sarpydog
2 Intern
•
360 Posts
0
April 12th, 2008 02:00
Thanks for your reply first.
I install the CLI again, but the problem was still alive.
I use the commmand "ldd /usr/lpp/NAVICLI/navicli" to get needed software module.
# the error was on erpsvr1
root@erpsvr1/>ldd /usr/lpp/NAVICLI/navicli
/usr/lpp/NAVICLI/navicli needs:
/usr/lib/threads/libc.a(shr.o)
/usr/vacpp/lib/libC.a(ansi_32.o)
/usr/vacpp/lib/libC.a(shr.o)
/usr/vacpp/lib/libC.a(shr2.o)
/usr/lib/libpthreads.a(shr_xpg5.o)
/usr/lib/libdl.a(shr.o)
/usr/lib/libodm.a(shr.o)
/usr/lib/libcfg.a(shr.o)
/usr/lib/liblvm.a(shr.o)
/usr/lib/libpthreads.a(shr_comm.o)
/unix
/usr/lib/libcrypt.a(shr.o)
/usr/vacpp/lib/libC.a(shr3.o)
/usr/vacpp/lib/libC.a(ansicore_32.o)
/usr/lib/libc_r.a(shr.o)
/usr/vacpp/lib/libC.a(shrcore.o)
# this host is work fine
/usr/lpp/NAVICLI/naviseccli needs:
/usr/lib/libc_r.a(shr.o)
/usr/lib/libC.a(shr.o)
/usr/lib/libC.a(shr2.o)
/usr/lib/libpthreads_compat.a(shr.o)
/unix
/usr/lib/libcrypt.a(shr.o)
/usr/lib/libC.a(ansicore_32.o)
/usr/lib/libC.a(shrcore.o)
/usr/lib/libpthreads.a(shr.o)
/usr/lib/threads/libc.a(shr.o)
/usr/lib/libpthreads.a(shr_comm.o)
Why needed module are different?
Best Regards,
Dennis Dai
sarpydog
2 Intern
•
360 Posts
0
June 29th, 2008 06:00
According to the Release Notes the AIX C++ runtime environment components should be at level 8 or later. By default AIX 5.2 and 5.3 come with level 6.