<?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 Tiger</title>
	<atom:link href="http://diymacserver.com/installing-apache/compiling-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 15:55:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6436</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Tue, 26 Jan 2010 05:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6436</guid>
		<description>Great i&#039;ve had to install 2 extra bits of software just to get one not even working.

How absurd it installs all in one go in windows why the heck couldn&#039;t
APR be builtin with Apache seeing as it&#039;s crucial just to build the dam thing in *nix.

RRrrr and the only solution is get new machines &amp; get new OS&#039;s pffft.

That or you have spend more retrofitting old to new on &quot;legacy gear&quot;

VBA

Absolutely no joy for something that once upon a time used to install from
source straight of the bat.

Gotta love progress not.

What a nuisance.

All this for apache !!! not even anything else yet cripes i best get a degree in *nix if i want to proceed how daft.</description>
		<content:encoded><![CDATA[<p>Great i&#8217;ve had to install 2 extra bits of software just to get one not even working.</p>
<p>How absurd it installs all in one go in windows why the heck couldn&#8217;t<br />
APR be builtin with Apache seeing as it&#8217;s crucial just to build the dam thing in *nix.</p>
<p>RRrrr and the only solution is get new machines &amp; get new OS&#8217;s pffft.</p>
<p>That or you have spend more retrofitting old to new on &#8220;legacy gear&#8221;</p>
<p>VBA</p>
<p>Absolutely no joy for something that once upon a time used to install from<br />
source straight of the bat.</p>
<p>Gotta love progress not.</p>
<p>What a nuisance.</p>
<p>All this for apache !!! not even anything else yet cripes i best get a degree in *nix if i want to proceed how daft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6431</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6431</guid>
		<description>I reckon this chunk contains what i&#039;m looking for:

/Users/me/documents/apr-1.3.9/build/mkdir.sh /usr/local/apr/lib /usr/local/apr/bin /usr/local/apr/build-1 \
             /usr/local/apr/lib/pkgconfig /usr/local/apr/include/apr-1
mkdir /usr/local/apr
mkdir /usr/local/apr/lib
mkdir /usr/local/apr/bin
mkdir /usr/local/apr/build-1
mkdir /usr/local/apr/lib/pkgconfig
mkdir /usr/local/apr/include
mkdir /usr/local/apr/include/apr-1
/usr/bin/install -c -m 644 /Users/main/documents/apr-1.3.9/include/apr.h /usr/local/apr/include/apr-1
for f in /Users/main/documents/apr-1.3.9/include/apr_*.h; do \
    /usr/bin/install -c -m 644 ${f} /usr/local/apr/include/apr-1; \
done
/bin/sh /Users/main/documents/apr-1.3.9/libtool --mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apr/lib
/usr/bin/install -c -m 755 .libs/libapr-1.0.3.9.dylib /usr/local/apr/lib/libapr-1.0.3.9.dylib
(cd /usr/local/apr/lib &amp; })
(cd /usr/local/apr/lib &amp; })
/usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apr/lib/libapr-1.la
/usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apr/lib/libapr-1.a
chmod 644 /usr/local/apr/lib/libapr-1.a
ranlib /usr/local/apr/lib/libapr-1.a
ranlib: file: /usr/local/apr/lib/libapr-1.a(epoll.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(kqueue.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(poll.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(port.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(builtins.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(ia32.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(mutex.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(s390.o) has no symbols
ranlib: file: /usr/local/apr/lib/libapr-1.a(solaris.o) has no symbols
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/apr/lib

Am i on the right track ? :-)

Tell ya what after all this has finished and all working etc.

If you want you can delete anything non relevent in my previous
posts or even the whole lot and just make a footnote for people
like myself *nix challenged grabbing any relevant bits and turfing the rest.

That helps keep the chaff down on my behalf.

Awaiting further instructions.

Sorry readers i didn&#039;t mean for it to drag out like this my bad.</description>
		<content:encoded><![CDATA[<p>I reckon this chunk contains what i&#8217;m looking for:</p>
<p>/Users/me/documents/apr-1.3.9/build/mkdir.sh /usr/local/apr/lib /usr/local/apr/bin /usr/local/apr/build-1 \<br />
             /usr/local/apr/lib/pkgconfig /usr/local/apr/include/apr-1<br />
mkdir /usr/local/apr<br />
mkdir /usr/local/apr/lib<br />
mkdir /usr/local/apr/bin<br />
mkdir /usr/local/apr/build-1<br />
mkdir /usr/local/apr/lib/pkgconfig<br />
mkdir /usr/local/apr/include<br />
mkdir /usr/local/apr/include/apr-1<br />
/usr/bin/install -c -m 644 /Users/main/documents/apr-1.3.9/include/apr.h /usr/local/apr/include/apr-1<br />
for f in /Users/main/documents/apr-1.3.9/include/apr_*.h; do \<br />
    /usr/bin/install -c -m 644 ${f} /usr/local/apr/include/apr-1; \<br />
done<br />
/bin/sh /Users/main/documents/apr-1.3.9/libtool &#8211;mode=install /usr/bin/install -c -m 755 libapr-1.la /usr/local/apr/lib<br />
/usr/bin/install -c -m 755 .libs/libapr-1.0.3.9.dylib /usr/local/apr/lib/libapr-1.0.3.9.dylib<br />
(cd /usr/local/apr/lib &amp; })<br />
(cd /usr/local/apr/lib &amp; })<br />
/usr/bin/install -c -m 755 .libs/libapr-1.lai /usr/local/apr/lib/libapr-1.la<br />
/usr/bin/install -c -m 755 .libs/libapr-1.a /usr/local/apr/lib/libapr-1.a<br />
chmod 644 /usr/local/apr/lib/libapr-1.a<br />
ranlib /usr/local/apr/lib/libapr-1.a<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(epoll.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(kqueue.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(poll.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(port.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(builtins.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(ia32.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(mutex.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(s390.o) has no symbols<br />
ranlib: file: /usr/local/apr/lib/libapr-1.a(solaris.o) has no symbols<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Libraries have been installed in:<br />
   /usr/local/apr/lib</p>
<p>Am i on the right track ? <img src='http://diymacserver.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tell ya what after all this has finished and all working etc.</p>
<p>If you want you can delete anything non relevent in my previous<br />
posts or even the whole lot and just make a footnote for people<br />
like myself *nix challenged grabbing any relevant bits and turfing the rest.</p>
<p>That helps keep the chaff down on my behalf.</p>
<p>Awaiting further instructions.</p>
<p>Sorry readers i didn&#8217;t mean for it to drag out like this my bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6430</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6430</guid>
		<description>Oh another silly question sorry to be a pest where in the tons of stuff that scrolled in terminal when apr was configuring.

Where do i find where it installed what should i look for?

Thanks again in advance phew almost there.</description>
		<content:encoded><![CDATA[<p>Oh another silly question sorry to be a pest where in the tons of stuff that scrolled in terminal when apr was configuring.</p>
<p>Where do i find where it installed what should i look for?</p>
<p>Thanks again in advance phew almost there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6429</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6429</guid>
		<description>I&#039;m guessing it&#039;s the last 3 lines that i can turf i&#039;m feeling game lol ;-)

the ./configure part took a couple minutes but it&#039;s looking good.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing it&#8217;s the last 3 lines that i can turf i&#8217;m feeling game lol <img src='http://diymacserver.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>the ./configure part took a couple minutes but it&#8217;s looking good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6428</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6428</guid>
		<description>Silly me i should have seen the post you put mentioning 2.5
i scrolled past that duh on my behalf.

Ok i&#039;m about to build apr again i was just thinking the above mentioned
example was for ldap what parts need turfing for just a stock install?

I&#039;ve got a rough idea but rather than cactus a fresh install i thought i best check.</description>
		<content:encoded><![CDATA[<p>Silly me i should have seen the post you put mentioning 2.5<br />
i scrolled past that duh on my behalf.</p>
<p>Ok i&#8217;m about to build apr again i was just thinking the above mentioned<br />
example was for ldap what parts need turfing for just a stock install?</p>
<p>I&#8217;ve got a rough idea but rather than cactus a fresh install i thought i best check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6427</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Mon, 25 Jan 2010 08:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6427</guid>
		<description>Many thanks for the rapid response.

I had a gut feeling i was close glad i didn&#039;t chuck in the towel.

Thanks again muchly appreciated shall keep you posted.</description>
		<content:encoded><![CDATA[<p>Many thanks for the rapid response.</p>
<p>I had a gut feeling i was close glad i didn&#8217;t chuck in the towel.</p>
<p>Thanks again muchly appreciated shall keep you posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6426</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6426</guid>
		<description>@Advisor, download the latest version of XCode for Tiger form developer.apple.com and you should be allright. I&#039;ve got an old G4 that still does it&#039;s tricks without any problem.

Upgrading to Leopard is also advisable as Tiger is no longer supported...</description>
		<content:encoded><![CDATA[<p>@Advisor, download the latest version of XCode for Tiger form developer.apple.com and you should be allright. I&#8217;ve got an old G4 that still does it&#8217;s tricks without any problem.</p>
<p>Upgrading to Leopard is also advisable as Tiger is no longer supported&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Advisor</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-6425</link>
		<dc:creator>The Advisor</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-6425</guid>
		<description>I knew this would happen lol.

configure: error: in `/Users/me/documents/apr-1.3.9&#039;:
configure: error: C compiler cannot create executables
See `config.log&#039; for more details.

## ----------- ##
## Core tests. ##
## ----------- ##

configure:3774: checking build system type
configure:3788: result: powerpc-apple-darwin8.11.0
configure:3808: checking host system type
configure:3821: result: powerpc-apple-darwin8.11.0
configure:3841: checking target system type
configure:3854: result: powerpc-apple-darwin8.11.0
configure:3917: checking for working mkdir -p
configure:3933: result: yes
configure:4025: checking for chosen layout
configure:4027: result: apr
configure:4292: checking for gcc
configure:4308: found /usr/bin/gcc
configure:4319: result: gcc
configure:4548: checking for C compiler version
configure:4557: gcc --version &gt;&amp;5
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4568: $? = 0
configure:4557: gcc -v &gt;&amp;5
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)
configure:4568: $? = 0
configure:4557: gcc -V &gt;&amp;5
gcc: argument to `-V&#039; is missing
configure:4568: $? = 1
configure:4557: gcc -qversion &gt;&amp;5
powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-qversion&#039;
powerpc-apple-darwin8-gcc-4.0.0: no input files
configure:4568: $? = 1
configure:4590: checking for C compiler default output file name
configure:4612: gcc -arch ppc   conftest.c  &gt;&amp;5
conftest.c:9:19: error: stdio.h: No such file or directory
conftest.c: In function &#039;main&#039;:
conftest.c:13: error: &#039;FILE&#039; undeclared (first use in this function)
conftest.c:13: error: (Each undeclared identifier is reported only once
conftest.c:13: error: for each function it appears in.)
conftest.c:13: error: &#039;f&#039; undeclared (first use in this function)
configure:4616: $? = 1
configure:4653: result: 
configure: failed program was:
&#124; /* confdefs.h */
&#124; #define PACKAGE_NAME &quot;&quot;
&#124; #define PACKAGE_TARNAME &quot;&quot;
&#124; #define PACKAGE_VERSION &quot;&quot;
&#124; #define PACKAGE_STRING &quot;&quot;
&#124; #define PACKAGE_BUGREPORT &quot;&quot;
&#124; #define PACKAGE_URL &quot;&quot;
&#124; /* end confdefs.h.  */
&#124; #include 
&#124; int
&#124; main ()
&#124; {
&#124; FILE *f = fopen (&quot;conftest.out&quot;, &quot;w&quot;);
&#124;  return ferror (f) &#124;&#124; fclose (f) != 0;
&#124; 
&#124;   ;
&#124;   return 0;
&#124; }
configure:4659: error: in `/Users/me/documents/apr-1.3.9&#039;:
configure:4663: error: C compiler cannot create executables


Farout i just want to run the latest greatest you beaut Apache
on my dinasaur ppc G5 mac and fair dinkum it&#039;s easier getting emergency dental care :P

Mumble mumble snarl.</description>
		<content:encoded><![CDATA[<p>I knew this would happen lol.</p>
<p>configure: error: in `/Users/me/documents/apr-1.3.9&#8242;:<br />
configure: error: C compiler cannot create executables<br />
See `config.log&#8217; for more details.</p>
<p>## &#8212;&#8212;&#8212;&#8211; ##<br />
## Core tests. ##<br />
## &#8212;&#8212;&#8212;&#8211; ##</p>
<p>configure:3774: checking build system type<br />
configure:3788: result: powerpc-apple-darwin8.11.0<br />
configure:3808: checking host system type<br />
configure:3821: result: powerpc-apple-darwin8.11.0<br />
configure:3841: checking target system type<br />
configure:3854: result: powerpc-apple-darwin8.11.0<br />
configure:3917: checking for working mkdir -p<br />
configure:3933: result: yes<br />
configure:4025: checking for chosen layout<br />
configure:4027: result: apr<br />
configure:4292: checking for gcc<br />
configure:4308: found /usr/bin/gcc<br />
configure:4319: result: gcc<br />
configure:4548: checking for C compiler version<br />
configure:4557: gcc &#8211;version &gt;&amp;5<br />
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. build 4061)<br />
Copyright (C) 2004 Free Software Foundation, Inc.<br />
This is free software; see the source for copying conditions.  There is NO<br />
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p>
<p>configure:4568: $? = 0<br />
configure:4557: gcc -v &gt;&amp;5<br />
Reading specs from /usr/lib/gcc/powerpc-apple-darwin8/4.0.0/specs<br />
Configured with: /private/var/tmp/gcc/gcc-4061.obj~8/src/configure &#8211;disable-checking &#8211;prefix=/usr &#8211;mandir=/share/man &#8211;enable-languages=c,objc,c++,obj-c++ &#8211;program-transform-name=/^[cg][^+.-]*$/s/$/-4.0/ &#8211;with-gxx-include-dir=/include/gcc/darwin/4.0/c++ &#8211;build=powerpc-apple-darwin8 &#8211;host=powerpc-apple-darwin8 &#8211;target=powerpc-apple-darwin8<br />
Thread model: posix<br />
gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061)<br />
configure:4568: $? = 0<br />
configure:4557: gcc -V &gt;&amp;5<br />
gcc: argument to `-V&#8217; is missing<br />
configure:4568: $? = 1<br />
configure:4557: gcc -qversion &gt;&amp;5<br />
powerpc-apple-darwin8-gcc-4.0.0: unrecognized option `-qversion&#8217;<br />
powerpc-apple-darwin8-gcc-4.0.0: no input files<br />
configure:4568: $? = 1<br />
configure:4590: checking for C compiler default output file name<br />
configure:4612: gcc -arch ppc   conftest.c  &gt;&amp;5<br />
conftest.c:9:19: error: stdio.h: No such file or directory<br />
conftest.c: In function &#8216;main&#8217;:<br />
conftest.c:13: error: &#8216;FILE&#8217; undeclared (first use in this function)<br />
conftest.c:13: error: (Each undeclared identifier is reported only once<br />
conftest.c:13: error: for each function it appears in.)<br />
conftest.c:13: error: &#8216;f&#8217; undeclared (first use in this function)<br />
configure:4616: $? = 1<br />
configure:4653: result:<br />
configure: failed program was:<br />
| /* confdefs.h */<br />
| #define PACKAGE_NAME &#8220;&#8221;<br />
| #define PACKAGE_TARNAME &#8220;&#8221;<br />
| #define PACKAGE_VERSION &#8220;&#8221;<br />
| #define PACKAGE_STRING &#8220;&#8221;<br />
| #define PACKAGE_BUGREPORT &#8220;&#8221;<br />
| #define PACKAGE_URL &#8220;&#8221;<br />
| /* end confdefs.h.  */<br />
| #include<br />
| int<br />
| main ()<br />
| {<br />
| FILE *f = fopen (&#8220;conftest.out&#8221;, &#8220;w&#8221;);<br />
|  return ferror (f) || fclose (f) != 0;<br />
|<br />
|   ;<br />
|   return 0;<br />
| }<br />
configure:4659: error: in `/Users/me/documents/apr-1.3.9&#8242;:<br />
configure:4663: error: C compiler cannot create executables</p>
<p>Farout i just want to run the latest greatest you beaut Apache<br />
on my dinasaur ppc G5 mac and fair dinkum it&#8217;s easier getting emergency dental care <img src='http://diymacserver.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Mumble mumble snarl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-5971</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 30 Nov 2009 09:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-5971</guid>
		<description>@Tom, did you install XCode?

I do not support Tiger anymore. If you need help please upgrade to Leopard as it is impossible for me to support all versions with limited time and hardware.</description>
		<content:encoded><![CDATA[<p>@Tom, did you install XCode?</p>
<p>I do not support Tiger anymore. If you need help please upgrade to Leopard as it is impossible for me to support all versions with limited time and hardware.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomuky2k</title>
		<link>http://diymacserver.com/installing-apache/compiling-apache/comment-page-1/#comment-5878</link>
		<dc:creator>tomuky2k</dc:creator>
		<pubDate>Fri, 27 Nov 2009 16:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com//compiling-apache/#comment-5878</guid>
		<description>configuring package in srclib/apr now
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking target system type... powerpc-apple-darwin8.11.0
Configuring APR library
Hi,

I&#039;m very new at this and loving getting this setup,

But when i get errors, I just get stuck and don&#039;t know where to go, I have tried to compile apache but get this result with two errors, is anyone able to help me resolve this.

Platform: powerpc-apple-darwin8.11.0
checking for working mkdir -p... yes
APR Version: 1.3.9
checking for chosen layout... DIYMacServer
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: in `/Users/Thomas/desktop/httpd-2.2.14/srclib/apr&#039;:
configure: error: C compiler cannot create executables
See `config.log&#039; for more details.
configure failed for srclib/apr

Thank You Ever So Much</description>
		<content:encoded><![CDATA[<p>configuring package in srclib/apr now<br />
checking build system type&#8230; powerpc-apple-darwin8.11.0<br />
checking host system type&#8230; powerpc-apple-darwin8.11.0<br />
checking target system type&#8230; powerpc-apple-darwin8.11.0<br />
Configuring APR library<br />
Hi,</p>
<p>I&#8217;m very new at this and loving getting this setup,</p>
<p>But when i get errors, I just get stuck and don&#8217;t know where to go, I have tried to compile apache but get this result with two errors, is anyone able to help me resolve this.</p>
<p>Platform: powerpc-apple-darwin8.11.0<br />
checking for working mkdir -p&#8230; yes<br />
APR Version: 1.3.9<br />
checking for chosen layout&#8230; DIYMacServer<br />
checking for gcc&#8230; gcc<br />
checking for C compiler default output file name&#8230;<br />
configure: error: in `/Users/Thomas/desktop/httpd-2.2.14/srclib/apr&#8217;:<br />
configure: error: C compiler cannot create executables<br />
See `config.log&#8217; for more details.<br />
configure failed for srclib/apr</p>
<p>Thank You Ever So Much</p>
]]></content:encoded>
	</item>
</channel>
</rss>
