I have a centos system with WHM installed so I believe this is a non-standard php setup.
I used the default installer but it failed as couldn't find the php version, even when defined by environmental variable.
I followed the documented instructions and installed via script https://docs.appdynamics.com/display/PRO41/Install+the+PHP+Agent+using+a+Shell+Script
Executed as follows:
bash install.sh -s -a=xxx@xxx -e /usr/local/lib/php/extensions/no-debug-non-zts-20121212 -i /usr/local/lib -p /usr/local/bin -v 5.5 xxx.saas.appdynamics.com 443 ApplicationName TierName NodeName
This completed without indicating error. No changes were made to the php.ini file and there is no connectivity between the agent and AppDynamics.
Can anyone advise on what the next steps should be?
Thanks,
Ivan
Hi
Can you confirm if appdynamics_agent.ini is present in the directory where php.ini is present ?
Also make sure appdynamics_agent.so is present in the extension directory of the php installation.
You can also use 'php -i' command and examine the output. You should see appdynamics_agent.ini in it.
Note that PHP agent works with a Java Proxy process. Make sure this proxy is running (ps -ef | grep java).
Good luck.
Karun