Hi I am trying to upgrade apache to version 2.2.9 on Red Hat 2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it gives a warning as below. "configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi" Though it gives warnings, it compiles smoothly when i run "make" command. But again , when I run "make install" command, it quits saying: Making install in support make[1]: Entering directory `/home/sam/httpd-2.2.9/support' make[2]: Entering directory `/home/sam/httpd-2.2.9/support' make[2]: Leaving directory `/home/sam/httpd-2.2.9/support' cp: preserving permissions for `/usr/local/apache2/modules/httpd.exp': Operation not supported make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/sam/httpd-2.2.9/support' make: *** [install-recursive] Error 1 Even though I remove the previous file httpd.exp and run the command again, it still says the same... Do you have any ideas about this issue ? Thank you (posting again as previous one didn't appear in the list) |