I had to comment out several lines in httpd.conf that tried to load built-in modules, but that was easy beacause when you try to start apache, it will fail and tell you which line to comment.
I will check your findings on the "shared-all" error.
On the modules in the httpd.conf problem, you have an older httpd.conf and the module list has changed since the last time you installed Apache. Therefore old modules who are not compatible with this new version still get loaded and cause errors.
Maybe I need to put something in the documentation about this.
21 Feb 2009
I'm attempting to install apache 2.2.11 on osx 10.5.6.
I've cd'd to ~/Desktop/httpd-2.2.11 and edited config.layout:
I'm getting the error mentioned in the title when i try to:
22 Feb 2009
OK -- got apache installed ok with this configure command:
I had to comment out several lines in httpd.conf that tried to load built-in modules, but that was easy beacause when you try to start apache, it will fail and tell you which line to comment.
23 Feb 2009
I will check your findings on the "shared-all" error.
On the modules in the httpd.conf problem, you have an older httpd.conf and the module list has changed since the last time you installed Apache. Therefore old modules who are not compatible with this new version still get loaded and cause errors.
Maybe I need to put something in the documentation about this.