Tests failing on Red Hat Linux
mod_python.txt I tried installing mod_python in RHEL 8 by running the commands mentioned in the documentation: $ ./configure $ make $ sudo make install $ make test
Attached is the output of the commands. Since a few tests are failing, could you please take a look at the output and let me know if there is anything wrong with the building and installation?
I've never used RHEL and I've never gotten the test suite to work for me on debian. Still, the errors you are getting look like they might be caused by paths that don't exist. Might be that the test script needs to be updated or at least configured for your system. Just a guess. If my programs work, I don't take the test results too seriously, maybe I should start. ;-)