-
Hello! I'm a university student working on an undergraduate dissertation project about open quantum safe. I've hit some problems while trying to deploy OpenSSH on my virtual machine, and I'm hoping to get some help from this discussion area. + '[' -f Makefile ']' My host machine is running Windows 10, and I'm using Vagrant on VMWare to run Ubuntu 20.04 on the virtual machine. I'm not sure how to resolve this problem, and I'm wondering if it might be a system conflict issue. Any help or suggestions that you could provide would be greatly appreciated. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's lots of things that could have gone wrong. My strong suggestion is to tie down the environment (and the different packages and their versions used in build) to the max. You can do this for example by running the build inside of a docker image (using "openquantumsafe/ci-ubuntu-focal-x86_64" basically guarantees everything builds as we use that in CI). |
Beta Was this translation helpful? Give feedback.
There's lots of things that could have gone wrong. My strong suggestion is to tie down the environment (and the different packages and their versions used in build) to the max. You can do this for example by running the build inside of a docker image (using "openquantumsafe/ci-ubuntu-focal-x86_64" basically guarantees everything builds as we use that in CI).