KB Article #72587
ERROR - pelmon: error while loading shared libraries
Problem
Resolution
-- pelmon: error while loading shared libraries: libapigc.so: cannot open shared object file: No such file or directory
The above error is received when starting Gateway
Resolution
# Please check the value for the environment variable - LD_LIBRARY_PATH before starting Gateway.
This should be set in the osprofile file properly. Kindly check if the profile being executed does initialize the correct value for the environmental variable p_osprofile.
The LD_LIBRARY_PATH should have the list of paths where the missing .so file should be present. Otherwise the error reported will come up.