Closed markstickley closed 1 year ago
You can google this part "cannot find lz" (remove the -
from -lz
or Google will exclude it) and look for instructions.
Thanks @laverdet, I found a thread that helped with that advice.
For me, installing zlib-devel
fixed the issue on Redhat. Don't know if it's worth adding that one to the README? Cheers :)
Hello! I'm using RHEL (UBI9) and I'm struggling to get isolated-vm running. It's unclear which set of requirements in the README I should be following - I don't think RedHat stems from any of the distros mentioned.
I do know that I'm installing python3, gcc and gcc-c++ which seem like fairly likely requirements.
Here's a dockerfile that replicates the problem:
Output is as follows:
Hopefully I'm just making a rookie mistake! Many thanks