[mythtv-users] Optimum compile settings for xbox?

Alexander Fisher alexjfisher at gmail.com
Tue Aug 1 08:53:20 UTC 2006


On 01/08/06, A JM <vbtalent at gmail.com> wrote:
> I don't believe so??
>
> mythtv at xbox:~$ ldd /usr/bin/mythfrontend | grep myth
>         libmythtv-0.19.so.0 => /usr/local/lib/libmythtv-0.19.so.0
> (0x40020000)
>         libmythavformat-0.19.so.0 => /usr/local/lib/libmythavformat-
> 0.19.so.0 (0x40968000)
>         libmythavutil-0.19.so.0 => /usr/local/lib/libmythavutil-0.19.so.0
> (0x409d7000)
>         libmythavcodec-0.19.so.0 => /usr/local/lib/libmythavcodec-0.19.so.0
> (0x409dc000)
>         libmyth-0.19.so.0 => /usr/local/lib/libmyth-0.19.so.0 (0x40dbd000)

As I suspected.  The packaged version installed with apt-get, gets
installed under /usr.  By default, versions of myth you compile
yourself (0.19 or latest svn), get installed to /usr/local.

When you run /usr/bin/mythfrontend, the dynamic linker is linking to
the wrong version of libmyth.  Depending on what exactly you have got
installed in /usr/local/lib, the results of this are going to be
chaotic.

To get the packaged version running, either move the contents of
/usr/local/lib out of the way, or remove any reference to
/usr/local/lib from /etc/ld.so.conf and run ldconfig.

Rerun the ldd command and note the difference.

Cheers,
Al


More information about the mythtv-users mailing list