<div dir="ltr"><div>Just joined this list - glad to see this work going on and hope I can contribute soon. But first, I have a make question: pulled openscap from git, checked out 1.2.2, ran autogen.sh, configure and make which gave me:</div><div><br></div><div> make[3]: Leaving directory '/home/fen/workspace/openscap/swig/perl'</div><div> Making all in python2</div><div> make[3]: Entering directory '/home/fen/workspace/openscap/swig/python2'</div><div> /usr/bin/swig -o openscap_py_wrap.c -python -module openscap_py ./../src/openscap.i</div><div> mv openscap_py.py openscap.py</div><div> CC openscap_py_wrap.lo</div><div> openscap_py_wrap.c:130:21: fatal error: Python.h: No such file or directory</div><div> # include <Python.h></div><div><span class="" style="white-space:pre"> </span> ^</div><div> compilation terminated.</div><div><br></div><div>Here's some info on my environment:</div><div><br></div><div> $ grep PYTHON_INCLUDES Makefile</div><div> PYTHON_INCLUDES = -I/include/python3.4</div><div><br></div><div> $ ls -l /usr/include/python3.4/Python.h</div><div> -rw-r--r-- 1 root root 2856 Mar 25 13:30 /usr/include/python3.4/Python.h</div><div><br></div><div> $ ls -ld /usr/include/python*</div><div> lrwxrwxrwx 1 root root 23 Apr 5 19:21 /usr/include/python -> /usr/include/python3.4m</div><div> drwxr-xr-x 2 root root 4096 Apr 4 14:24 /usr/include/python2.7</div><div> lrwxrwxrwx 1 root root 23 Apr 5 19:26 /usr/include/python3 -> /usr/include/python3.4m</div><div> lrwxrwxrwx 1 root root 23 Apr 5 16:44 /usr/include/python3.4 -> /usr/include/python3.4m</div><div> drwxr-xr-x 2 root root 4096 Apr 5 19:27 /usr/include/python3.4m</div><div><br></div><div>Once I get this working, I want see the reports openscap 1.2.2 creates from some results.xml files that I have generated with openscap 0.8 on an Amazon Linux site. What I would like to add is a "Resolution" column that points to another file (perhaps created in Markdown and then pulled into XML for this purpose) that provides local information regarding the resolution of non-passing results.</div><div><br></div><div>It would be sweet if openscap-workbench could use this "<a href="http://resolutions.md">resolutions.md</a>" file as defaults for other servers in a scan run.</div><div><br></div><div>But I'm stuck on Make now. Good chance I'll figure this out soon, but am looking for support/suggestions if available.</div><div><br></div><div>Thanks!</div><div>=Fen</div>
</div>