[mythtv-users] please help to resolve such problem about compiling mythtv

Paul Bender pebender at san.rr.com
Tue Mar 6 14:41:20 UTC 2007


Xi Jiarong wrote:
> I have installed those dependecies and package through yum install ...;
> Moreove, when I tried to compile myth, there were always the same errors:
> but I am sure that I have installed libdvdnav.

You do not need to install libdvdnav because it is included in the 
mythtv source.

> /usr/local/lib/libmythtv-_0.20.so: undefined 
> reference to `dvdnav_time_search_within_cell'

Look at the path. This should be a big red flag. Your build is linking 
to an old installed version of libmythtv-0.20.so rather than the SVN 
version of libmythtv that you are building. 0.20 does not contain 
dvdnav_time_search_within_cell, but SVN does.


More information about the mythtv-users mailing list