Cannot load /etc/httpd/modules/mod_wl_24.so into server: libopmnsecure.so: cannot open shared object file: No such file or directory
Issue Definition:- ==> All plugin files are copied to the apache module folder /etc/httpd/modules ==> In httpd.conf below line is added LoadModule weblogic_module /etc/httpd/modules/mod_wl_24.so ==> Below issue occurs while loading WebLogic Pxoy Plugin 12.2.1.2.0 While executing " httpd -t " OR ". /apachectl -t " [root@test2 conf]# httpd -t httpd: Syntax error on line 60 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_wl_24.so into server: libopmnsecure.so: cannot open shared object file: No such file or directory [root@test2 conf]# Cause:- This issue occurs because link to shared library are not present Solution :- a) Edit the file ld.so.conf by adding plugin module path /etc/httpd/modules vi /etc/ld.so.conf /etc/httpd/modules b) Execute below command ldco...