I am using FC7. Do I need to recompile just xine or all xine related packages as well?<br><br>These are the installed xine packages<br><br># yum list | grep xine | grep installed<br>xine.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
0.99.5-1.lvn7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br>xine-lib.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.1.7-1.fc7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br>xine-lib-devel.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.1.7-1.fc7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br>xine-lib-extras.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
1.1.7-1.fc7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br>xine-lib-extras-nonfree.i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.1.7-1.lvn7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installed<br><br>So do I need to add the below or find it in all the related xine scripts?<br><br><font color="black" face="Verdana,Arial,Helvetica" size="2">
<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="#660066">&gt; The &#39;./configure&#39; script may be looking for the <b style="color: black; background-color: rgb(170, 170, 255);">LIRC</b> headers and/or 
<br>&gt; library in a particular location, and when it doesn&#39;t find it there it <br>&gt; assumes you don&#39;t have <b style="color: black; background-color: rgb(170, 170, 255);">LIRC</b> on your system, and doesn&#39;t build in 
<br>&gt; support.  You man need to do something like: <br>&gt; <br>&gt; export CFLAGS=-I&lt;path-to-<b style="color: black; background-color: rgb(170, 170, 255);">lirc</b>-headers&gt; <br>&gt; export LDFLAGS=-L&lt;path-to-
<b style="color: black; background-color: rgb(170, 170, 255);">lirc</b>-libraries&gt; <br>&gt; <br>&gt; (&quot;CFLAGS&quot;  might be &quot;CXXFLAGS&quot; or &quot;CPPFLAGS&quot;, depending on your system/ <br>&gt; compiler) 
<br>&gt; <br>&gt; then run ./configure and see what happens. <br>&gt; <br>&gt; Also, you can examine config.log after running the ./configure script <br>&gt; and maybe see why (if) it&#39;s failing the test for <b style="color: black; background-color: rgb(170, 170, 255);">
LIRC</b>... </font></font></font><br><br>