On Mac OS 15 the ./configure step fails due to missing apxs:
checking for apxs2... no
checking for apxs... no
configure: error: Apache tool 'apxs' or 'apxs2' is required to build mod_wsgi.
Apparently apxs has been excluded from Mac OS installations since 10.15 (Mojave).
It would be great if someone could provide an update to the installation guide (I haven't figured it out yet myself).
On Mac OS 15 the
./configurestep fails due to missingapxs:Apparently
apxshas been excluded from Mac OS installations since 10.15 (Mojave).It would be great if someone could provide an update to the installation guide (I haven't figured it out yet myself).