On Jan 21, 2008 9:34 PM, Wade Maxfield &lt;<a href="mailto:mythtv@hotblack.co.nz">mythtv@hotblack.co.nz</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Only thought I&#39;ve got is to try MySQL 5.0.45 or later.<br><br>Is there any reason you&#39;re using MySQL 4? &nbsp;All my Leopard machines that<br>have MySQL (none are Myth related though) are running MySQL 5 not 4, and<br>
IIRC from the archives, MySQL 5 is the way of the future for Myth, and<br>what a lot of the devs are running.<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank"></a></blockquote><div><br>MySQL 
4.1.22 is the version specified in the wiki, however I also tried 5.0.45 and ran into the same issue. The commands to configure and build are listed as follows:<br><pre>cd mysql-4.1.22<br>./configure --disable-static --without-debug \
<br>  --without-server --without-geometry \<br>  --without-extra-tools --without-docs \<br>  --without-man --without-bench<br>make LDFLAGS=&quot;-no-undefined -Wl,-prebind,-seg1addr,0xC2000000&quot;<br>sudo make install</pre>
Building without specifying the seg1addr seems to work though.<br></div></div><br>