http://jira.hyperic.com/browse/HHQ-2073
When starting the agent with the Java Service Wrapper on AIX 5.2, we encountered the following error:
bash-2.05$ ./hq-agent.sh start
-n Starting HQ Agent...
exec(): 0509-036 Cannot load program /opt/hyperic-hq-agent-4.0.0-EE/sbin/wrapper-aix-ppc-32 because of the following errors:
0509-130 Symbol resolution failed for wrapper-aix-ppc-32 because:
0509-136 Symbol __fd_select (number 48) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-136 Symbol __fd_getdtablesize (number 70) is not exported from
dependent module /usr/lib/libc.a(shr.o).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
bash-2.05$ oslevel -s
5200-08-CSP-0000
This problem occurred for a large customer. As a work around, we are having them start the AIX agent in no wrapper mode.
Anonymous