Below are my findings.&nbsp; Let me know if I am checking or doing anything wrong/stupid :-)<br><br><div class="gmail_quote">On Fri, Jun 20, 2008 at 6:28 PM, Nick Morrott &lt;<a href="mailto:knowledgejunkie@gmail.com">knowledgejunkie@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On 21/06/2008, Matt Nelson &lt;<a href="mailto:matt@frozenatom.com">matt@frozenatom.com</a>&gt; wrote:<br>

&gt; Hey Nick thanks for the reply, I did try that but it gave me the same error.<br>
&gt; &nbsp;I don&#39;t think that it is finding the correct 64bit libraries for the<br>
&gt; FreeType. &nbsp;I would really like to not have to reinstall, but if there is a<br>
&gt; reason to go to a 32bit install this is a possibility for my frontends...<br>
<br>
</div>Just to check:<br>
<br>
i) Did you run configure with --libdir=/usr/lib64?</blockquote><div><br># ./configure --libdir=/usr/lib64<br>WARNING! An unknown C++ compiler flag in: &quot;-Wall&quot;. Option(s) will be ignored.<br>WARNING! An unknown C++ compiler flag in: &quot;-Wno-switch&quot;. Option(s) will be ignored.<br>
WARNING! An unknown C++ compiler flag in: &quot;-Wpointer-arith&quot;. Option(s) will be ignored.<br>WARNING! An unknown C++ compiler flag in: &quot;-Wredundant-decls&quot;. Option(s) will be ignored.<br>WARNING! An unknown C++ compiler flag in: &quot;-Wno-non-virtual-dtor&quot;. Option(s) will be ignored.<br>
WARNING! An unknown C++ compiler flag in: &quot;-D__STDC_CONSTANT_MACROS&quot;. Option(s) will be ignored.<br>ERROR! You must have FreeType installed to compile MythTV.<br>If you think configure made a mistake, make sure you are using the latest<br>
version from SVN.&nbsp; If the latest version fails, report the problem to the<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a> mailing list or IRC #mythtv on <a href="http://irc.freenode.net">irc.freenode.net</a><br>
Include the log file &quot;config.err&quot; produced by configure as this will help<br>solving the problem.<br><br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

ii) Do you have Freetype libs in /usr/lib64?</blockquote><div><br># ls /usr/lib64/ | grep type<br>libfreetype.so.6<br>libfreetype.so.6.3.16<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
iii) Do you have a /usr/lib64 entry in your /etc/ld.so.conf file?<br>
<font color="#888888"></font></blockquote><div><br>I did not, but added them and still the same.<br><br># cat /etc/ld.so.conf<br>include ld.so.conf.d/*.conf<br>/usr/lib64<br><br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="Wj3C7c">Nick Morrott<br>
<br>
MythTV Official wiki:<br>
<a href="http://mythtv.org/wiki/" target="_blank">http://mythtv.org/wiki/</a><br>
MythTV users list archive:<br>
<a href="http://www.gossamer-threads.com/lists/mythtv/users" target="_blank">http://www.gossamer-threads.com/lists/mythtv/users</a><br>
<br>
&quot;An investment in knowledge always pays the best interest.&quot; - Benjamin Franklin<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>