Bryan Richardson

Results 52 comments of Bryan Richardson

Thanks @phlptp, that's helpful! I'll let you know how my testing goes.

@phlptp installing `libsuitesparse-dev` got me past the previous build errors, but now I'm getting new ones. ``` /usr/bin/x86_64-linux-gnu-ld: ../fmi/libfmiGDLibrary.a(fmiImport.cpp.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing...

@phlptp that helped a lot. The trick turned out to be requiring libdl for the FMI library. I edited the `target_link_libraries` directive in `src/fmi/CMakeLists.txt` as follows. ``` diff --git a/src/fmi/CMakeLists.txt...

@bluesentinelsec did this end up working in the Cybrary lab?

@bluesentinelsec FYI, I've developed a Packer config for the Windows Server VM used in this lab. I can share it with you if you like. I'm building out an experiment...

@bluesentinelsec FYSA, you can find my Packer config [here](https://github.com/activeshadow/mad-emu-lab/tree/main/windows-server-2019).

Just an update, I'm pretty close to being ready to merge this.

Thanks @jacdavi I'll take a look at this ASAP!

At a cursory glance, this LGTM. I'm building locally now, and assume @jacdavi and team has been using it for a while now internally.

@Narratot once the minirouter qcow2 image is built, you need to run the `phenix image inject-miniexe` subcommand to add both miniccc and minirouter executables and systemd services to the image....