Infocom Admin wrote:
HiI 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.
This one is benign. Apache passes all your options to the apr, apr-util, and httpd configures.Prior to autoconf 2.62 any unrecognized options were silently ignored, and Apache counted on this behavior. Starting with 2.62 each configure complains about the options it doesn't understand.
See http://www.gnu.org/software/autoconf/manual/html_node/Option-Checking.html and https://issues.apache.org/bugzilla/show_bug.cgi?id=45221 You can quiet these messages with the --disable-option-checking switch.
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 supportedmake[1]: *** [install] Error 1 make[1]: Leaving directory `/home/sam/httpd-2.2.9/support' make: *** [install-recursive] Error 1Even 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 ?
Definitely a separate issue. Do you have r+w access to /usr/local/... ? -tom- --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx