Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Linker error compiling vdr




Deine eMail vom Mittwoch, 28. November 2001 10:22:

Hi Joerg,

> I get the error msg:
> "...ld: cannot find -ldvdread"
>
> Paths:
> /usr/src/VDR (from here I called "make...")
> /usr/src/DVB
> /usr/src/DVD/libdvdread/dvdread/
> In "libdvdread" is the contents of libdvdread-9_0_2_tar.gz

this is ok

after compiling and installing libdvdread
you should have these libs in /usr/local/lib
or /usr/lib
libdvdread.a   libdvdread.so.2
libdvdread.la  libdvdread.so   libdvdread.so.2.0.1

if not,  build it with:
cd /usr/src/DVD/libdvdread
./configure
make
make install

if the libs are not found in /usr/local/lib you have to
edit /etc/ld.so.conf and add a line /usr/local/lib if not existing.
rm /etc/ld.so.cache
ldconfig 
for building /etc/ld.so.cache new

hope it works ... Clemens

-- 
www.qsl.net/dg7raj - powerd by gnu-linux   www.linuxfromscratch.org




Home | Main Index | Thread Index