Skip to main content

Ever see this when you’re trying to start or stop apache:

httpd: Syntax error on line 1011 of /etc/httpd/conf/httpd.conf: Syntax error on line 9 of /etc/httpd/conf/webgate.conf: Cannot load /opt/apps/oracle/Middleware/Oracle_WG1/webgate/apache/lib/webgate.so into server: libclntsh.so.11.1: cannot open shared object file: No such file or directory

This is because you need to export this:

export LD_LIBRARY_PATH=/opt/apps/oracle/Middleware/Oracle_WG1/webgate/apache/lib

Kick that off, then try again =)