I am trying to configure hhvm, nginx and mysql in my ubuntu 18.04 system following the following tutorials
but after installing hhvm using sudo apt-get install hhvm
I am not able to find /usr/share/hhvm/install_fastcgi.sh
hhvm directory itself is not there inside /usr/share
grep find install_fastcgi.sh
results grep: install_fastcgi.sh: No such file or directory
and which hhvm
results /usr/bin/hhvm
The correct path is
/opt/hhvm/4.55.0/share/hhvm
and not/usr/share/hhvm
. Those reference tutorials are outdated.