Below are my findings. 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 <<a href="mailto:knowledgejunkie@gmail.com">knowledgejunkie@gmail.com</a>> 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 <<a href="mailto:matt@frozenatom.com">matt@frozenatom.com</a>> wrote:<br>
> Hey Nick thanks for the reply, I did try that but it gave me the same error.<br>
> I don't think that it is finding the correct 64bit libraries for the<br>
> FreeType. I would really like to not have to reinstall, but if there is a<br>
> 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: "-Wall". Option(s) will be ignored.<br>WARNING! An unknown C++ compiler flag in: "-Wno-switch". Option(s) will be ignored.<br>
WARNING! An unknown C++ compiler flag in: "-Wpointer-arith". Option(s) will be ignored.<br>WARNING! An unknown C++ compiler flag in: "-Wredundant-decls". Option(s) will be ignored.<br>WARNING! An unknown C++ compiler flag in: "-Wno-non-virtual-dtor". Option(s) will be ignored.<br>
WARNING! An unknown C++ compiler flag in: "-D__STDC_CONSTANT_MACROS". 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. 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 "config.err" produced by configure as this will help<br>solving the problem.<br><br> <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> </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> </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>
"An investment in knowledge always pays the best interest." - 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>