WebServer not able to pickup Webgate Files
Error:
httpd: Syntax error on line 355 of /path/httpd.conf: Syntax error on line 5 of /etc/httpd/conf/webgate.conf: Cannot load /WebgatePath/apache/lib/webgatessl_apache24.so into server: libclntsh.so.11.1: cannot open shared object file: No such file or directory
Solution 1:
Set Library path in console before starting webserver
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/local/MWHOME/webgate11g/webgate/apache/lib/
export LD_LIBRARY_PATH
If this doesn't work:
Solution 2:
Copy following library files to /usr/lib or /usr/lib64 based on operating system version, even all files are not mandatory:
libclntsh.so.11.1
libnnz11.so
libxmlengine.so
webgate_apache24.so
webgate.so
webgatessl_apache24.so
webgatessl.so
No comments:
Post a Comment