problem with HHVM and Let's Encrypt

Discussion in 'ISPConfig 3 Priority Support' started by muekno, Oct 14, 2016.

  1. muekno

    muekno Active Member HowtoForge Supporter

    Following instructions on page 13 of the manual
    sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 - works
    echo deb http://dl.hhvm.com/debian jessie main | sudo tee /etc/apt/sources.list.d/hhvm.list - works
    sudo apt-get update - works
    sudo apt-get install hhvm ->
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package hhvm
    ???

    Thanks for help

    Rainer
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There are just 2 options, either the hhvm repo has not been added correctly or the package has been renamed. try:

    apt-cache search hhvm

    maybe they renamed the package.
     
  3. muekno

    muekno Active Member HowtoForge Supporter

  4. muekno

    muekno Active Member HowtoForge Supporter

    Think I found the solution at https://github.com/facebook/hhvm/issues/3691 There i386 is not supported. I have to use I386 as my production system server cpu supports only i386 in VMware vm's. There are plans to replace the server, but I now do not know when.

    Maybe that you need amd64, should be noted anywhere in the manual or howtos.

    Rainer
     

Share This Page