Description:
After installing and configuring Webagent in IBM HTTP Server 7.0 (32 bit) on AIX 6.1 (64 bit) the webserver is not able to start properly and is
complaining about the following:
Could not load module /opt/IBM/ihs/lib/libaprutil-1.so
-
Environment variable script correctly Sourced before
-
LIBPATH correctly set as per documentation
Solution:
Checking the library is in the directory and adding the /opt/IBM/ihs/lib to the LIBPATH solved the problem.
LIBPATH=/opt/IBM/ihs/lib:$LIBPATH