Error while trying to run the HipHop in “Mode 2(Compiling HipHop in a temporary directory and running the compiled program from the command line)”

拟墨画扇 提交于 2019-12-11 09:26:48

问题


I have installed the HipHop and all the dependencies in my VM(Ubuntu 12.04 LTS), no issues faced while setting up the environment. But I am not able to run the HipHop in Mode 2 or 3 or 4 or 5 as specified in the wiki document https://github.com/facebook/hiphop-php/wiki/Running-HipHop.

I am trying to run the HipHop in Mode 2 then facing some error with a message of "sudo: /tmp/hphp_DF8jr8/program: command not found", can you please help me to fix this issue and start using the HipHop in a correct direction.

Just posting my terminal response for your reference:

siva@siva-Parallels-Virtual-Platform:~/dev/hiphop-php$ $HPHP_HOME/src/hphp/hphp /var/www/test.php k 1 --log=3
running hphp...
creating temporary directory /tmp/hphp_DF8jr8 ...
parsing inputs...
parsing inputs took 0'00" (3 ms) wall time
pre-optimizing...
pre-optimizing took 0'00" (0 ms) wall time
analyze includes...
analyze includes took 0'00" (0 ms) wall time
inferring types...
inferring types took 0'00" (0 ms) wall time
post-optimizing...
post-optimizing took 0'00" (1 ms) wall time
creating binary HHBC files...
creating binary HHBC files took 0'00" (6 ms) wall time
running executable /home/siva/dev/hiphop-php/src/hhvm/hhvm -vRepo.Authoritative=true -vRepo.Commit=false -vRepo.Local.Mode=r -vRepo.Local.Path=/tmp/hphp_DF8jr8/hhvm.hhbc --file /var/www/test.php...
This is my first php programm...all files saved in /tmp/hphp_DF8jr8 ...
running hphp took 0'00" (443 ms) wall time

siva@siva-Parallels-Virtual-Platform:~/dev/hiphop-php$ /tmp/hphp_DF8jr8/program
bash: /tmp/hphp_DF8jr8/program: No such file or directory

siva@siva-Parallels-Virtual-Platform:~/dev/hiphop-php$ sudo /tmp/hphp_DF8jr8/program
sudo: /tmp/hphp_DF8jr8/program: command not found

Thanks,
Siva


回答1:


You forgot to to add --keep-tempdir option. See docs on your link more carefully.



来源:https://stackoverflow.com/questions/12562142/error-while-trying-to-run-the-hiphop-in-mode-2compiling-hiphop-in-a-temporary

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!