<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Topic: Issues compiling 5.0.24a</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Topic: Issues compiling 5.0.24a</description>
<language>en</language>
<pubDate>Fri, 10 Sep 2010 19:28:02 +0000</pubDate>

<item>
<title>Ryan on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-120</link>
<pubDate>Tue, 03 Oct 2006 20:26:56 +0000</pubDate>
<dc:creator>Ryan</dc:creator>
<guid isPermaLink="false">120@http://diymacserver.com/forum/</guid>
<description>Thanks Richard, got the dev tools installed and had no problems with mysql.</description>
</item>
<item>
<title>Richard on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-118</link>
<pubDate>Tue, 03 Oct 2006 10:37:12 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">118@http://diymacserver.com/forum/</guid>
<description>Yes, beware it's a big download, like 900+ Mb. You can find it here:http://developer.apple.com/tools/xcode/</description>
</item>
<item>
<title>Ryan on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-117</link>
<pubDate>Tue, 03 Oct 2006 10:31:22 +0000</pubDate>
<dc:creator>Ryan</dc:creator>
<guid isPermaLink="false">117@http://diymacserver.com/forum/</guid>
<description>That must be it. Xcode 2.4 are the current developer tools?</description>
</item>
<item>
<title>Richard on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-116</link>
<pubDate>Tue, 03 Oct 2006 10:24:52 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">116@http://diymacserver.com/forum/</guid>
<description>Ryan,&#60;br /&#62;
&#60;br /&#62;
Stupid question perhaps, but do you have the developer tools installed ?&#60;br /&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;&#60;br /&#62;
checking for gcc... no&#60;br /&#62;
checking for cc... no&#60;br /&#62;
checking for cc... no&#60;br /&#62;
checking for cl... no &#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;/blockquote&#62;&#60;br /&#62;
The error message indicates you haven't  ?</description>
</item>
<item>
<title>Ryan on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-115</link>
<pubDate>Tue, 03 Oct 2006 10:21:09 +0000</pubDate>
<dc:creator>Ryan</dc:creator>
<guid isPermaLink="false">115@http://diymacserver.com/forum/</guid>
<description>I'm having trouble understanding the configure commands. I'm installing MySQL 5.0.24a. &#60;br /&#62;
&#60;br /&#62;
I cd'd to the source directory and copy/pasted the following:&#60;br /&#62;
&#60;p&#62;&#60;code&#62;CFLAGS=&#38;quot;-arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk&#38;quot; \&#60;br /&#62;
./configure --prefix=/usr/local/mysql \&#60;br /&#62;
&#38;nbsp;--localstatedir=/usr/local/mysql/data \&#60;br /&#62;
&#38;nbsp;--libexecdir=/usr/local/mysql/bin \&#60;br /&#62;
&#38;nbsp;--libdir=/usr/local/mysql/lib \&#60;br /&#62;
&#38;nbsp;--with-server-suffix=-standard \&#60;br /&#62;
&#38;nbsp;--enable-thread-safe-client \&#60;br /&#62;
&#38;nbsp;--enable-local-infile \&#60;br /&#62;
&#38;nbsp;--enable-shared \&#60;br /&#62;
&#38;nbsp;--with-zlib-dir=bundled \&#60;br /&#62;
&#38;nbsp;--with-big-tables \&#60;br /&#62;
&#38;nbsp;--with-readline \&#60;br /&#62;
&#38;nbsp;--with-archive-storage-engine \&#60;br /&#62;
&#38;nbsp;--with-innodb \&#60;br /&#62;
&#38;nbsp;--without-docs \&#60;br /&#62;
&#38;nbsp;--without-bench \&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
nothing happened as it ends with a '\' so I ran the command without the ending slash and got this:&#60;br /&#62;
&#60;p&#62;&#60;code&#62;checking build system type... powerpc-apple-darwin8.7.0&#60;br /&#62;
checking host system type... powerpc-apple-darwin8.7.0&#60;br /&#62;
checking target system type... powerpc-apple-darwin8.7.0&#60;br /&#62;
checking for a BSD-compatible install... /usr/bin/install -c&#60;br /&#62;
checking whether build environment is sane... yes&#60;br /&#62;
checking for gawk... no&#60;br /&#62;
checking for mawk... no&#60;br /&#62;
checking for nawk... no&#60;br /&#62;
checking for awk... awk&#60;br /&#62;
checking whether make sets $&#38;#40;MAKE&#38;#41;... no&#60;br /&#62;
checking &#38;quot;character sets&#38;quot;... default&#38;#58; latin1, collation&#38;#58; latin1_swedish_ci; compiled in&#38;#58; latin1 latin1 utf8&#60;br /&#62;
checking whether to compile national Unicode collations... yes&#60;br /&#62;
checking whether build environment is sane... yes&#60;br /&#62;
checking whether make sets $&#38;#40;MAKE&#38;#41;... &#38;#40;cached&#38;#41; no&#60;br /&#62;
checking for gawk... &#38;#40;cached&#38;#41; awk&#60;br /&#62;
checking for gcc... no&#60;br /&#62;
checking for cc... no&#60;br /&#62;
checking for cc... no&#60;br /&#62;
checking for cl... no&#60;br /&#62;
configure&#38;#58; error&#38;#58; no acceptable C compiler found in $PATH&#60;br /&#62;
See `config.log' for more details.&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
Could you show me what I'm doing wrong?</description>
</item>
<item>
<title>Richard on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-56</link>
<pubDate>Mon, 11 Sep 2006 10:23:40 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">56@http://diymacserver.com/forum/</guid>
<description>The issue is not there, I guess it was a fluke. I've got it compiled and working on my testserver without any problem. I used this version to test my upgrade scenario for v1 to v2 version of the ISP in a box documentation.&#60;br /&#62;
&#60;br /&#62;
Just follow the install doc for MySQL in the blog and it will work !</description>
</item>
<item>
<title>Richard on "Issues compiling 5.0.24a"</title>
<link>http://diymacserver.com/forum/topic/issues-compiling-5024a#post-51</link>
<pubDate>Tue, 05 Sep 2006 06:51:19 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">51@http://diymacserver.com/forum/</guid>
<description>I haven't posted yet on the updated MySQL 5.0.24a version yet because I got some emails from people having trouble compiling it with my instructions. There where some errors during the ./configure phase.&#60;br /&#62;
&#60;br /&#62;
Still need to verify the symptom myself, haven't had the proper time yet to do it but wanted to let you know if you might run into some issues.</description>
</item>

</channel>
</rss>
