[mythtv] Compilation problems with dvb enabled (cvs)

Ivor Hewitt ivor at ivor.org
Mon Jan 12 08:05:14 EST 2004


On Monday 12 January 2004 09:38, Harley Cole-Puls wrote:
> Ivor, i think you may be on to my problem
>
> > did the make definitely succeed before your make install? ldconfig
> > succeed ok?
>
> from looking at the compilation process there are lines such as
>
> ldconfig
> ldconfig: /lib/libmyth-0.14.so.0 is not a symbolic link
> ldconfig: /lib/libmythavcodec-0.14.so.0 is not a symbolic link
> ldconfig: /lib/libmythtv-0.14.so.0 is not a symbolic link
> ldconfig: /lib/libmythavformat-0.14.so.0 is not a symbolic link
>
> I take it these are not meant to be there
>
> > ldd mythbackend, ldd mythfrontend make sure they're linking to your newly
> > compiled libraries.
>
> When i run ldd mythfrontend;
> i get  ldd: ./mythfrontend: No such file or directory
>
> and ldd /lib/mythbackend;
> results in ldd: /lib/mythbackend: No such file or directory
>
> however when i run ls /lib/libmyth* i get libmyth
> libmythavformat-0.14.so
> libmyth-0.14.so                 libmythavformat-0.14.so.0
> libmyth-0.14.so.0               libmythavformat-0.14.so.0.14
> libmyth-0.14.so.0.14            libmythavformat-0.14.so.0.14.0
> libmyth-0.14.so.0.14.0          libmythtv
> libmyth.pro                     libmythtv-0.14.so
> libmythavcodec-0.14.so          libmythtv-0.14.so.0
> libmythavcodec-0.14.so.0        libmythtv-0.14.so.0.14
> libmythavcodec-0.14.so.0.14     libmythtv-0.14.so.0.14.0
> libmythavcodec-0.14.so.0.14.0   libmythtv.pro
>
> Is there a problem with my instilation of mythtv... how can i fix this ?
>
> Harley
>

rm /lib/libmyth*
make install
ldconfig

ldd `which mythfrontend`
ldd `which mythbackend`

-- 
Ivor Hewitt.
http://www.ivor.it - Wireless networking and techie bits.
http://www.ivor.org - The leylandii hedge pages


More information about the mythtv-dev mailing list