I'm having trouble running a php file against the hip hop virtual machine. I setup a new Ubuntu 12.04 server, installed according to this guideline, however when trying to following examples from the Running HipHop page, it goes south.
Namely:
ubuntu:~$ $HPHP_HOME/src/hhvm/hhvm --hphp sample.php
-bash: /src/hhvm/hhvm: No such file or directory
I'm kind of at a loss as I haven't found many examples of how to run it exactly.