I got this too... I was running from command-line as a non-root user:
./platform-setup-x64-linux-4.4.3.10393.sh -q -varfile /appd/home/Install/response.varfile I added a shell debug switch and log to the command like so:
bash -x ./platform-setup-x64-linux-4.4.3.10393.sh -q -varfile /appd/home/Install/response.varfile > install.log 2>&1
If we tail the last bit of that log you get:
Verifying if the libaio package is installed. /opt/appdynamics/platform/installer/checkLibaio.sh Required libaio package is not found. For instructions on installing the missing package, refer to https://docs.appdynamics.com/display/PRO44/Enterprise+Console+Requirements
and the script checkLibaio.sh isn't left there... so you cannot figure it out easily. I also have a RedHat variant with the packages installed:
rpm -qa | grep libaio libaio-0.3.109-13.el7.x86_64
Strangely enough I have one VM from the same image, that will install the distribution just fine, and one that will not. This makes no sense to me, so if I discover why I will try to let you know.
... View more