13 Dec 2021 04:25 AM - last edited on 13 Dec 2021 08:40 AM by MaciejNeumann
I need your help with the install one agent on Solaris X86 system. I have already done all the processes such as the Extract file in /opt/dynatrace/oneagent but the part where I have to insert our code into a startup script.
Here is the problem our customer doesn't use Weblogic or Websphere. They use Xampp so I don't know where I can insert this code into, maybe in httpd.conf of Xampp also I have to use this line of code right ? not the Websphere one
DT_HOME=/opt/dynatrace/oneagent
export DT_HOME
LD_PRELOAD_64=$DT_HOME/agent/lib64/liboneagentproc.so
export LD_PRELOAD_64
LD_PRELOAD=$DT_HOME/agent/lib/liboneagentproc.so
export LD_PRELOAD
Do you guys have any idea on how to install one agent on Solaris that uses Xampp for their Webhost?
Best Regard
Thank You
Solved! Go to Solution.
16 Dec 2021 10:31 AM
XAMP is HTTP Server with mysql and PHP so you should use instrumentation path for apache HTTP server and instrument the same way as regulat Apache HTTP Client (snippet is correct).