I'm installing HHVM following these steps on a Ubuntu 14.04 machine.
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!