Multiple OHS (12.2.1.3) instances with each instance loading webgate/webgate agent.
Is it possible to create multiple OHS instances (e.g. ohs1, ohs2) in a single installation for $ORACLE_HOME, and each instance containing a webgate.conf/unique webgate agent (i.e. ohs1_agent, ohs2_agent).
Currently, the problem I am experiencing is starting ohs2, with a failure to properly load the webgate.so with a httpd relocation error (Cannot load /u01/oracle/products/fmw/wlserver/../webgate/ohs/lib/webgate.so into server: ld.so.1: httpd: relocation error: file /u01/oracle/products/fmw/webgate/ohs/lib/webgate.so: symbol __1cG__CrunKpure_error6F_v_: referenced symbol not found). This is strange to me considering I can start ohs1 correctly with its own webgate/agent configured. I am, however, able to start ohs2 just fine if I remove the include webgate.conf directive.