[modwsgi] Re: configure: error: Apache tool 'apxs' or 'apxs2' is required to build mod_wsgi but httpd24-httpd-devel.x86_64 is installed

2022-12-12 Thread Graham Dumpleton
Red Hat SCL packages are not installed in standard locations. You have to add the bin directory for the specific Red Hat SCL package to your PATH, or when configuring/building mod_wsgi supply the --with-apxs option to tell it where the "apxs" or "apxs2" script is installed. I don't remember

[modwsgi] configure: error: Apache tool 'apxs' or 'apxs2' is required to build mod_wsgi but httpd24-httpd-devel.x86_64 is installed

2022-12-12 Thread Nadia Anastopoulou
Hello, On Redhat 7.9 server we have currently runnign Python 3.8 with wsgi. I wanted to install also Python 3.10 and I build it from source. Then tried to install mod_wsgi by using pip but got the below error: RuntimeError: The 'apxs' command appears not to be installed or is not executable.