I have installed RSA Web Agent 8.0 on Red Hat Enterprise Linux 7.2 running Apache 2.4.
after installation when we start httpd service below error is faced:
[:error] [pid 3495:tid 140472830183488] (20019)DSO load failed: /etc/httpd/rsawebagent/librsawa_apache.so
SELINUX is disabled. What can be the issue?
possible a required library is missing, not in a path, or failed to load. check the RSA docs
for all prerequisites and check below
check with ldd (similar to this example showing a library missing)
# ldd /etc/httpd/rsawebagent/librsawa_apache.so
libnsl.so.1 => /usr/lib/libnsl.so.1
librwtool.so.2 => (file not found)
libCrun.so.1 => /usr/lib/libCrun.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libc.so.1 => /usr/lib/libc.so.1
libmp.so.2 => /usr/lib/libmp.so.2
libw.so.1 => /usr/lib/libw.so.1
when you run ldd is anything shown as not found ?