I have just installed svmon from the AIX 4.3.3 CD.
When I type the command svmon, I've got an error saying
the svmon program could not be loaded because symbol resolution for svmon_back failed : the symbol get_frames has not been exported from the dependant module /unix.
When I execute a :
dump -Tv /usr/lib/perf/svmon_back
I've got :
[44] 0x00000000 undef IMP DS EXTref /unix get_frames
When I execute a :
dump -Tv /unix
I've got lines like this :
[1217] 0x0035dd88 .bss EXP RW BSS [0 idIMP] printbuf
[1218] 0x00417d30 .bss EXP RW BSS [0 idIMP] kernel_anchor
But there is no such line exporting the symbol get_frames.
Why is my /unix not exporting the get_frames symbol ?
How can I make my svmon work ?
Thankx
When I type the command svmon, I've got an error saying
the svmon program could not be loaded because symbol resolution for svmon_back failed : the symbol get_frames has not been exported from the dependant module /unix.
When I execute a :
dump -Tv /usr/lib/perf/svmon_back
I've got :
[44] 0x00000000 undef IMP DS EXTref /unix get_frames
When I execute a :
dump -Tv /unix
I've got lines like this :
[1217] 0x0035dd88 .bss EXP RW BSS [0 idIMP] printbuf
[1218] 0x00417d30 .bss EXP RW BSS [0 idIMP] kernel_anchor
But there is no such line exporting the symbol get_frames.
Why is my /unix not exporting the get_frames symbol ?
How can I make my svmon work ?
Thankx