<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compiling Apache on Leopard in 32 bits</title>
	<atom:link href="http://diymacserver.com/installing-apache/compiling-apache-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5670</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5670</guid>
		<description>@Ross, problem could be if you are on Snow Leopard or there is an issue with 64bit vs 32 bit compilation. Look at all the available documentation here, there are more ways to compile Apache.</description>
		<content:encoded><![CDATA[<p>@Ross, problem could be if you are on Snow Leopard or there is an issue with 64bit vs 32 bit compilation. Look at all the available documentation here, there are more ways to compile Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5669</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5669</guid>
		<description>Seems like the httpd.conf file in my etc/httpd/ folder is for the wrong version of apache (older?) because some commands are not supported and thats why it doesnt work. I dont understand how could that happen, i thought that folder was created by &quot;sudo make install&quot;...</description>
		<content:encoded><![CDATA[<p>Seems like the httpd.conf file in my etc/httpd/ folder is for the wrong version of apache (older?) because some commands are not supported and thats why it doesnt work. I dont understand how could that happen, i thought that folder was created by &#8220;sudo make install&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5668</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5668</guid>
		<description>Had to disable that and a bunch of other modules and now i get this:

Invalid command &#039;ServerType&#039;, perhaps misspelled or defined by a module not included in the server configuration


I&#039;m totally puzzled, since I tried to do step by step. I&#039;m using apache 2.2.14 source</description>
		<content:encoded><![CDATA[<p>Had to disable that and a bunch of other modules and now i get this:</p>
<p>Invalid command &#8216;ServerType&#8217;, perhaps misspelled or defined by a module not included in the server configuration</p>
<p>I&#8217;m totally puzzled, since I tried to do step by step. I&#8217;m using apache 2.2.14 source</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5667</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5667</guid>
		<description>@Ross, what happens if you comment out the line including the module:

LoadModule log_config_module modules/mod_log_config.so

Otherwise try removing the /etc/httpd folder and run &quot;sudo make install&quot; again to get a fresh copy. Sometimes there are old modules included from earlier configurations.</description>
		<content:encoded><![CDATA[<p>@Ross, what happens if you comment out the line including the module:</p>
<p>LoadModule log_config_module modules/mod_log_config.so</p>
<p>Otherwise try removing the /etc/httpd folder and run &#8220;sudo make install&#8221; again to get a fresh copy. Sometimes there are old modules included from earlier configurations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5666</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5666</guid>
		<description>Hello Richard, first of all thanks for the great instructions. i installed mysql and it all worked just great. However after I installed apache following the instructions, when i try to run it from terminal using &quot;/usr/local/apache2/apachectl start;&quot; i get this error:

httpd: Syntax error on line 207 of /etc/httpd/httpd.conf: Cannot load /usr/libexec/httpd/mod_log_config.so into server: dlopen(/usr/libexec/httpd/mod_log_config.so, 10): image not found


I&#039;ve looked at the &quot;/usr/libexec&quot; and it doesnt contain httpd folder. if i try and manually duplicate &quot;usr/libexec/apache2&quot; folder as &quot;libexec/httpd&quot; which contains those .so files I get another error:

httpd: Syntax error on line 207 of /etc/httpd/httpd.conf: Can&#039;t locate API module structure `config_log_module&#039; in file /usr/libexec/httpd/mod_log_config.so: dlsym(0x100390, config_log_module): symbol not found</description>
		<content:encoded><![CDATA[<p>Hello Richard, first of all thanks for the great instructions. i installed mysql and it all worked just great. However after I installed apache following the instructions, when i try to run it from terminal using &#8220;/usr/local/apache2/apachectl start;&#8221; i get this error:</p>
<p>httpd: Syntax error on line 207 of /etc/httpd/httpd.conf: Cannot load /usr/libexec/httpd/mod_log_config.so into server: dlopen(/usr/libexec/httpd/mod_log_config.so, 10): image not found</p>
<p>I&#8217;ve looked at the &#8220;/usr/libexec&#8221; and it doesnt contain httpd folder. if i try and manually duplicate &#8220;usr/libexec/apache2&#8243; folder as &#8220;libexec/httpd&#8221; which contains those .so files I get another error:</p>
<p>httpd: Syntax error on line 207 of /etc/httpd/httpd.conf: Can&#8217;t locate API module structure `config_log_module&#8217; in file /usr/libexec/httpd/mod_log_config.so: dlsym(0&#215;100390, config_log_module): symbol not found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5238</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 08 Sep 2009 23:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5238</guid>
		<description>Thanks, Richard. There were some &#039;invisible&#039; characters in front of each indented line that I&#039;d added via copy/paste from this page. Apparently this was causing configure a problem. Now at least I can go to the next step!</description>
		<content:encoded><![CDATA[<p>Thanks, Richard. There were some &#8216;invisible&#8217; characters in front of each indented line that I&#8217;d added via copy/paste from this page. Apparently this was causing configure a problem. Now at least I can go to the next step!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5211</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 05 Sep 2009 06:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5211</guid>
		<description>@Tom, it should work. I&#039;ve tried it again myself to make sure. Could you please check that you haven&#039;t made a typo in any of the config.layout files.</description>
		<content:encoded><![CDATA[<p>@Tom, it should work. I&#8217;ve tried it again myself to make sure. Could you please check that you haven&#8217;t made a typo in any of the config.layout files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-5210</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 05 Sep 2009 00:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-5210</guid>
		<description>I am running 10.5.8, XCode 3.1.2 (both freshly installed), untarred 2.2.13, edited the config.layout files as suggested, and am getting errors when running configure as shown above (see below). If I run configure without any command line arguments, there are no errors but of course it doesn&#039;t do what I want it to, either. Had the same problem with 10.4.x and  XC 2.4 so it appears I&#039;m doing something wrong. I don&#039;t see &#039;config.pld&#039; anywhere so while that is obviously a problem, I don&#039;t know how to fix it. Saw someone had the same problem on the compiling-apache-on-Tiger page but there was no resolution given there.

---

tsemple-g5-1:httpd-2.2.13 tsemple$ ./configure --enable-layout=DIYMacServer --enable-mods-shared=all --with-ssl=/usr --with-mpm=prefork --disable-unique-id --enable-ssl --enable-dav --enable-cache --enable-logio --enable-deflate --with-included-apr --enable-cgi --enable-cgid --enable-suexec
./config.pld: line 1: ?: command not found
./config.pld: line 2: ?: command not found
./config.pld: line 3: ?: command not found
./config.pld: line 4: ?: command not found
./config.pld: line 5: ?: command not found
./config.pld: line 6: ?: command not found
./config.pld: line 7: ?: command not found
./config.pld: line 8: ?: command not found
./config.pld: line 9: ?: command not found
./config.pld: line 10: ?: command not found
./config.pld: line 11: ?: command not found
./config.pld: line 12: ?: command not found
./config.pld: line 13: ?: command not found
./config.pld: line 14: ?: command not found
./config.pld: line 15: ?: command not found
./config.pld: line 16: ?: command not found
./config.pld: line 17: ?: command not found
./config.pld: line 18: ?: command not found
./config.pld: line 19: ?: command not found
./config.pld: line 20: ?: command not found
checking for chosen layout... DIYMacServer
checking for working mkdir -p... yes
checking build system type... powerpc-apple-darwin9.8.0
checking host system type... powerpc-apple-darwin9.8.0
checking target system type... powerpc-apple-darwin9.8.0

Configuring Apache Portable Runtime library ...

configuring package in srclib/apr now
configure: error: expected an absolute directory name for --bindir: NONE/bin
configure failed for srclib/apr</description>
		<content:encoded><![CDATA[<p>I am running 10.5.8, XCode 3.1.2 (both freshly installed), untarred 2.2.13, edited the config.layout files as suggested, and am getting errors when running configure as shown above (see below). If I run configure without any command line arguments, there are no errors but of course it doesn&#8217;t do what I want it to, either. Had the same problem with 10.4.x and  XC 2.4 so it appears I&#8217;m doing something wrong. I don&#8217;t see &#8216;config.pld&#8217; anywhere so while that is obviously a problem, I don&#8217;t know how to fix it. Saw someone had the same problem on the compiling-apache-on-Tiger page but there was no resolution given there.</p>
<p>&#8212;</p>
<p>tsemple-g5-1:httpd-2.2.13 tsemple$ ./configure &#8211;enable-layout=DIYMacServer &#8211;enable-mods-shared=all &#8211;with-ssl=/usr &#8211;with-mpm=prefork &#8211;disable-unique-id &#8211;enable-ssl &#8211;enable-dav &#8211;enable-cache &#8211;enable-logio &#8211;enable-deflate &#8211;with-included-apr &#8211;enable-cgi &#8211;enable-cgid &#8211;enable-suexec<br />
./config.pld: line 1: ?: command not found<br />
./config.pld: line 2: ?: command not found<br />
./config.pld: line 3: ?: command not found<br />
./config.pld: line 4: ?: command not found<br />
./config.pld: line 5: ?: command not found<br />
./config.pld: line 6: ?: command not found<br />
./config.pld: line 7: ?: command not found<br />
./config.pld: line 8: ?: command not found<br />
./config.pld: line 9: ?: command not found<br />
./config.pld: line 10: ?: command not found<br />
./config.pld: line 11: ?: command not found<br />
./config.pld: line 12: ?: command not found<br />
./config.pld: line 13: ?: command not found<br />
./config.pld: line 14: ?: command not found<br />
./config.pld: line 15: ?: command not found<br />
./config.pld: line 16: ?: command not found<br />
./config.pld: line 17: ?: command not found<br />
./config.pld: line 18: ?: command not found<br />
./config.pld: line 19: ?: command not found<br />
./config.pld: line 20: ?: command not found<br />
checking for chosen layout&#8230; DIYMacServer<br />
checking for working mkdir -p&#8230; yes<br />
checking build system type&#8230; powerpc-apple-darwin9.8.0<br />
checking host system type&#8230; powerpc-apple-darwin9.8.0<br />
checking target system type&#8230; powerpc-apple-darwin9.8.0</p>
<p>Configuring Apache Portable Runtime library &#8230;</p>
<p>configuring package in srclib/apr now<br />
configure: error: expected an absolute directory name for &#8211;bindir: NONE/bin<br />
configure failed for srclib/apr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jai</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-4663</link>
		<dc:creator>jai</dc:creator>
		<pubDate>Sun, 12 Jul 2009 11:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-4663</guid>
		<description>just wanted to add - i think the problem lies in copying the code from Safari and pasting into the Terminal - for some reason the &quot;-&quot; in &quot;-enable&quot; comes across as a different (appears shorter) hyphen. i copied the text into textedit, did a global find/replace and then it worked</description>
		<content:encoded><![CDATA[<p>just wanted to add &#8211; i think the problem lies in copying the code from Safari and pasting into the Terminal &#8211; for some reason the &#8220;-&#8221; in &#8220;-enable&#8221; comes across as a different (appears shorter) hyphen. i copied the text into textedit, did a global find/replace and then it worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache-on-leopard/comment-page-1/#comment-3022</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 22 Dec 2008 12:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/?page_id=152#comment-3022</guid>
		<description>Doug, please check your mail and use that medium for now. Once we&#039;ve solved the problem I&#039;ll post the outcome here.</description>
		<content:encoded><![CDATA[<p>Doug, please check your mail and use that medium for now. Once we&#8217;ve solved the problem I&#8217;ll post the outcome here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

