This is a discussion on Problem building Apache 1.3.34 (--enable-rule=EAPI gone?) within the Linux Web Servers forums, part of the Web Server and Related Forums category; Folks, We are upgrading our Apache servers from 1.3.33 to 1.3.34 on RHEL 4 -- haven't ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Folks,
We are upgrading our Apache servers from 1.3.33 to 1.3.34 on RHEL 4 -- haven't had any problems in the past, but on this release our configure command is failing. It no longer seems to recognize --enable-rule=EAPI and it looks like a change in the configure script? Didn't see anything about build changes in the release notes for it? Anyone have any fixes for this, our configure line follows: ../configure --with-layout=Apache --prefix=/usr/local/etc/httpd --enable-rule=SHARED_CORE --enable-module=so --enable-rule=EXPAT --enable-rule=EAPI --enable-suexec --suexec-caller=webserve --suexec-uidmin=1000 --suexec-gidmin=10 --enable-module=speling --disable-module=userdir --enable-module=actions --disable-module=asis --enable-shared=max --suexec-logfile=/usr/local/etc/httpd/logs/cgi.log" Thanks for any help! -- John __________________________________________________ _________________ John Murtari Software Workshop Inc. jmurtari@following domain 315.635-1968(x-211) "TheBook.Com" (TM) http://thebook.com/ |
|
|||
|
John Murtari <jmurtari@thebook.com> writes:
> > We are upgrading our Apache servers from 1.3.33 to > 1.3.34 on RHEL 4 -- haven't had any problems in the past, > but on this release our configure command is failing. It > no longer seems to recognize --enable-rule=EAPI and it looks > like a change in the configure script? > > Didn't see anything about build changes in the release > notes for it? Anyone have any fixes for this, our configure line > follows: > > ./configure --with-layout=Apache --prefix=/usr/local/etc/httpd > --enable-rule=SHARED_CORE --enable-module=so --enable-rule=EXPAT > --enable-rule=EAPI --enable-suexec --suexec-caller=webserve > --suexec-uidmin=1000 --suexec-gidmin=10 --enable-module=speling > --disable-module=userdir --enable-module=actions --disable-module=asis > --enable-shared=max > --suexec-logfile=/usr/local/etc/httpd/logs/cgi.log" Okay, just a 'cockpit' error on our part. We had not followed our own notes and had forgotten to build/install mod_ssl first (that adds the EAPI option to the apache configure!). -- John __________________________________________________ _________________ John Murtari Software Workshop Inc. jmurtari@following domain 315.635-1968(x-211) "TheBook.Com" (TM) http://thebook.com/ |