0

I am trying to configure hhvm, nginx and mysql in my ubuntu 18.04 system following the following tutorials

  1. Tutorial: How to install Facebook’s HHVM on Ubuntu 18.04

  2. How To Install HHVM with Nginx on Ubuntu 14.04

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

1 Answers1

0

The correct path is /opt/hhvm/4.55.0/share/hhvm and not /usr/share/hhvm. Those reference tutorials are outdated.