CentOS 6.5 安装 HHVM

安装:

yum -y install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
cd /etc/yum.repos.d
wget http://www.hop5.in/yum/el6/hop5.repo
yum clean all
yum install hhvm

可能遇到的问题:

1.hhvm: error while loading shared libraries: liblcms2.so.2: cannot open shared object file: No such file or directory

yum install http://pkgrepo.linuxtech.net/el6/release/x86_64/liblcms2-2.4-1.el6.x86_64.rpm

2.其他相关文章

http://qiita.com/abot_s/items/fb6363a13ffb7bcfb114

http://syossan.hateblo.jp/entry/2014/04/22/163340

http://blog.csdn.net/lxlmj/article/details/22283043

http://tomlog.com/tech/2012/12/21/build-hhvm.html



你可能感兴趣的:(CentOS 6.5 安装 HHVM)