[mythtv-users] Compiling with DTS passthrough support

Pascal Patry iscy at invalidip.com
Tue Apr 24 02:20:44 UTC 2007


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"


More information about the mythtv-users mailing list