Greetings! Evan Cooch-2 wrote: > >> Finally, try adding --with-included-apr to ./configure . > I ran into the Evan's problem compiling Apache 2.2.4 for Ubuntu. I tried Sander Temme's suggestion, and it worked: Platform: Ubuntu edgy on i386 Configure: ./configure –enable-layout=Debian –with-included-apr –enable-mods-shared=all (note: no prefix; Debian layout will set it /usr/sbin) Make, make install as usual, start it up. Here I ran into a little snag: error in ServerRoot: only one argument allowed. That's because httpd.conf had ServerRoot "" and that made Apache think there's more than one ServerRoot. /etc/apache2/httpd.conf says, for example, 'with ServerRoot “” /var/log/apache2/foo.log will be expanded to //var/log/apache2/foo.log.' Note the double leading slash. So, I changed ServerRoot to ".", restarted Apache, and all was sweetness and light. HTH for Debianites. jr -- View this message in context: http://www.nabble.com/2.2.3--%3E-2.2.4-upgrade-problem-%7C-APR--tf2952689.html#a8436656 Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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