<?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: MySQL 5.0.x binary package has no shared library support</title>
	<atom:link href="http://switch.richard5.net/2006/05/20/mysql-50x-binary-package-has-no-shared-library-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://switch.richard5.net/2006/05/20/mysql-50x-binary-package-has-no-shared-library-support/</link>
	<description>How to build your Mac into a internet server using open source software</description>
	<lastBuildDate>Tue, 17 Jun 2008 18:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jeff Stubbs</title>
		<link>http://switch.richard5.net/2006/05/20/mysql-50x-binary-package-has-no-shared-library-support/comment-page-1/#comment-708</link>
		<dc:creator>Jeff Stubbs</dc:creator>
		<pubDate>Sun, 21 May 2006 04:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/2006/05/20/mysql-50x-binary-package-has-no-shared-library-support/#comment-708</guid>
		<description>The &quot;./configure&quot; line pulled from the mysqlbug file, as mentioned by the above hint, modified only by deleting the &quot;disable-shared&quot; option, will build shared/static libraries on a ppc mac. It will pass &quot;make test&quot; by patching two of the test scripts as mentioned by this mysql commit list:

http://lists.mysql.com/commits/6247

Didn&#039;t start the server yet (too late), but the only oddity I noticed was that include &amp; lib files were buried one level deeper. That is,  lib files were at &quot;/opt/local/mysql/lib/mysql&quot; instead of &quot;/opt/local/mysql/lib&quot;. I set --prefix=/opt/local/mysql but it still built in that manner.  

 [Builiding in /opt/local to avoid the binary install]

Hope this helps with intel build.</description>
		<content:encoded><![CDATA[<p>The &#8220;./configure&#8221; line pulled from the mysqlbug file, as mentioned by the above hint, modified only by deleting the &#8220;disable-shared&#8221; option, will build shared/static libraries on a ppc mac. It will pass &#8220;make test&#8221; by patching two of the test scripts as mentioned by this mysql commit list:</p>
<p><a href="http://lists.mysql.com/commits/6247" rel="nofollow">http://lists.mysql.com/commits/6247</a></p>
<p>Didn&#8217;t start the server yet (too late), but the only oddity I noticed was that include &amp; lib files were buried one level deeper. That is,  lib files were at &#8220;/opt/local/mysql/lib/mysql&#8221; instead of &#8220;/opt/local/mysql/lib&#8221;. I set &#8211;prefix=/opt/local/mysql but it still built in that manner.  </p>
<p> [Builiding in /opt/local to avoid the binary install]</p>
<p>Hope this helps with intel build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Stubbs</title>
		<link>http://switch.richard5.net/2006/05/20/mysql-50x-binary-package-has-no-shared-library-support/comment-page-1/#comment-698</link>
		<dc:creator>Jeff Stubbs</dc:creator>
		<pubDate>Sat, 20 May 2006 20:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/2006/05/20/mysql-50x-binary-package-has-no-shared-library-support/#comment-698</guid>
		<description>Look at this thread for some pointers:

http://forums.mysql.com/read.php?117,57498,83024

WIth a little digging, you can get the original &quot;./configure&quot; line&quot; for both ppc and i386 binary builds. Might be as simple as deleting the &quot;disable-shared&quot; option to produce shared libraries. Output from &quot;./configure --help&quot; shows that both static and shared are produced by default.</description>
		<content:encoded><![CDATA[<p>Look at this thread for some pointers:</p>
<p><a href="http://forums.mysql.com/read.php?117,57498,83024" rel="nofollow">http://forums.mysql.com/read.php?117,57498,83024</a></p>
<p>WIth a little digging, you can get the original &#8220;./configure&#8221; line&#8221; for both ppc and i386 binary builds. Might be as simple as deleting the &#8220;disable-shared&#8221; option to produce shared libraries. Output from &#8220;./configure &#8211;help&#8221; shows that both static and shared are produced by default.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

