I installed mod_auth_shadow (rpm) in my redhat 9. I tried to restart httpd, but it gives me error:
Starting httpd: httpd: module "mod_auth_shadow.c" is not compatible with this version of Apache. Please contact the vendor for the correct version.
Thank You and Have a Nice Day!
Same problem here, i even tried to compile it from the tgz file and it would always complain about apxs2
so i edited the makefile and removed the modified the path to apxs2 to apxs
removing the tailing "2" make it work just as i wanted!
Log in to post a comment.
I installed mod_auth_shadow (rpm) in my redhat 9.
I tried to restart httpd, but it gives me error:
Starting httpd: httpd: module "mod_auth_shadow.c" is not compatible with this version of Apache.
Please contact the vendor for the correct version.
Thank You and Have a Nice Day!
Same problem here, i even tried to compile it from the tgz
file and it would always complain about apxs2
so i edited the makefile and removed the modified
the path to apxs2 to apxs
removing the tailing "2" make it work just as i wanted!