Well, I'm still stuck.
sudo make clean
sudo ./configure --enable-modules=all --enable-mods-shared=all
--enable-ssl --enable-proxy --enable-deflate --prefix=/Library/Apache2
sudo make
sudo make install
sudo apachectl start
httpd: Syntax error on line 235 of /Library/Apache2/conf/httpd.conf:
API module structure `access_module' in file
/Library/Apache2/modules/mod_access.so is garbled - perhaps this is not
an Apache module DSO?
Looks like some module didn't get compiled. If I comment out that
module, I get an error on the next one.
What do I need to do to compile EVERYTHING to get to the latest apache
version?
httpd 2.2.3, OS X 10.4.8
Thanks for the help.
Regards,
Tom
Scott Wilcox wrote:
hey Tom,
When you build, you'll need to specify what modules you'd like built
too, the way I usually do it is to build all of them, and then load
them via the configuration.
My usual configure line resembles this:
./configure --enable-modules=all --enable-mods-shared=all --enable-ssl
--enable-proxy --enable-deflate
Hope this helps,
Scott.
Tom Cooper wrote:
I'm
having trouble with Apache2 on OS X. What I'm finding is that if I
load pages that have a lot of data (big photos, or lots of text)
Firefox throws the error "Firefox received a message with incorrect
Message Authentication Code. If the error occurs frequently, contact
the website administrator."
It's consistently reproducible and since my webserver is behind a
firewall, I'm pretty sure that it's not the million question attack. :)
Server version: Apache/2.0.52
Server built: Sep 30 2004 18:20:43
Any ideas about how to fix this?
I'm running copies of Apache, PHP, and MySQL built by someone else, and
I thought that this might be related to the old version of apache, so I
thought I'd give a shot to building apache from source.
I downloaded httpd-2.2.3, and ran
sudo ./configure --prefix=/Library/Apache2 --enable-mods-shared=ALL
Then sudo make, then sudo make install
When I tried sudo apachectl start, I got an error message about errors
when it started to load modules. (I kept my old httpd.conf) I suspect
that there was some other set of steps that I should have taken to
build all of the modules against the new version of apache, but I'm
ignorant about how to proceed.
Can someone offer some guidance?
Thanks!
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
--
This is *your* life.
Are you *who* you want to *be*?
|