문제

I'm installing HHVM following these steps on a Ubuntu 14.04 machine.

https://www.digitalocean.com/community/articles/how-to-install-hhvm-hiphop-virtual-machine-on-an-ubuntu-13-10-vps

The result I'm getting is:

The following packages have unmet dependencies:
 hhvm : Depends: libboost-filesystem1.53.0 but it is not installable
        Depends: libboost-program-options1.53.0 but it is not installable
        Depends: libboost-system1.53.0 but it is not installable
        Depends: libboost-system1.53.0 but it is not installable
        Depends: libboost-regex1.53.0 but it is not installable
        Depends: libicu48 but it is not installable
        Depends: libtasn1-3 but it is not installable
        Depends: libboost-thread1.53.0 but it is not installable

Output of: dpkg -s libboost-dev | grep 'Version' = Version: 1.54.0.1ubuntu1

What am I doing wrong?

Thanks!

도움이 되었습니까?

해결책

Those instructions are for Ubuntu 13.10. 14.04 has different requirements, so you should be following the instructions for Prebuilt 14.04 packages instead.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top