mod_python icon indicating copy to clipboard operation
mod_python copied to clipboard

Tests failing on Red Hat Linux

Open VrindaA opened this issue 4 years ago • 1 comments

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?

VrindaA avatar May 19 '21 19:05 VrindaA

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. ;-)

henrythemouse avatar Jul 26 '21 18:07 henrythemouse