Description
During the install of an AIX or UNIX agent, several errors may occur. The most common would be a dependency to a certain library.
Troubleshooting
General Tips
1,As the error is libstdc++.a could not be loaded, we need verify if we can find the file from the machine.
2, You can also run ldd to find all the dependencies needed from a working agent.
3,If you can find the dependency, you need to add a directory that contains the missing libraries to our library path
(HPUX: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/freeware/lib64/)
4, If the file is 32-bit, you need add lib32 that contain the missing libraries.
32-bit
64-bit
Environment:
LANDesk Management Suite 9.5 9.6