Questions tagged [hhvm]

5 questions
5
votes
2 answers

Specify submodule revision in PKGBUILD

I'm trying to install hhvm-git package from AUR and getting an error. There is a bug in one of submodules. This bug is fixed already and I want to specify revision contains that fix for the submodule. How can I do that? In PKGBUILD I tried to…
German Lashevich
  • 225
  • 2
  • 12
2
votes
1 answer

Installing HHVM on centos 6.5

So I have followed about 8 tutorials on how to install hhvm on centos 6.5. However, I always fail when i do the sudo yum install hhvm portion with the following error: Error: Package: hhvm-3.2.0-1.el6.x86_64 (hop5) Requires: mysql Error:…
2
votes
1 answer

How do I configure UNIX socket in nginx/HHVM?

So far this is what I've done: $ less /etc/nginx/hhvm.conf location ~ \.(hh|php)$ { fastcgi_pass unix:/var/run/hhvm/sock; include fastcgi_params; } $ less /etc/hhvm/server.ini ; php options pid = /var/run/hhvm/pid ; hhvm specific…
Oxwivi
  • 2,232
  • 4
  • 23
  • 31
1
vote
1 answer

nginx/HHVM 404, fixed replacing $document_root with absolute path, but redirect adds path to URL

I've had the same issue as described in this question, and the solution of replacing $document_root with it's absolute path worked until redirects added the absolute path to the URL, as in: EXPECTED http://domain/pma/ REALITY …
Oxwivi
  • 2,232
  • 4
  • 23
  • 31
0
votes
1 answer

CentOS Multilib problem with libgcc

My friend's computer running CentOS 5.6, trying to install hhvm, but it got an error: $ yum install hhvm Failed to set locale, defaulting to C Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile *…
Kokizzu
  • 9,257
  • 12
  • 55
  • 82