[mythtv-users] Compiling with DTS passthrough support

Ian Forde ian at duckland.org
Tue Apr 24 02:27:17 UTC 2007


On Mon, 2007-04-23 at 22:20 -0400, Pascal Patry wrote:
> On Monday 23 April 2007 21:53, Jeff Wiens wrote:
> > Hi,
> >     I'm having a heck of a time compiling with DTS pass-through support. 
> > I've used the -enable-dts and installed the DTS library.  I've also made
> > sure the library path is included in the ld.so.conf.  When I compile, it
> > immediately receive the error message that libdts can't be found.  However,
> > if I do a "where" it shows up in /usr/local/lib.
> >
> > What am I missing??
> 
> export LD_LIBRARY_PATH=/usr/local/lib
> before compiling, or
> 
> [... libdts] ./configure -prefix=/usr
> [... libdts] make
> [... libdts] su - c "make install"

Or...

Put /usr/local/lib in /etc/ld.so.conf, then run ldconfig before
compiling.

If you configure with the prefix to be /usr, then you mix source-built
files with the rpm-installed files...

	-I
-- 
                       _______________________________________
                       Ian Forde
                       RHCE (7,EL4), CCSE, SCNA, SCDME



More information about the mythtv-users mailing list