Mailing List Archive

re: Re:module compile error: ld cannot find -lmyth-0.9
>> /usr/bin/ld: cannot find -lmyth-0.9
>Run ldconfig
>-jim

Jim thanks for the reply I have run ldconfig no less than 100 times.

what am I missing?

Do I need to run ldconfig against a file or a directory. The manpages or
brief. I have /usr/local/lib in my /etc/ld.conf file.

and Josh I am afraid that jcaputo is right. I have the Pixel Play TV Pro
and you described the TVR PVR.

Thanks for any help you can give me on why my modules won't compile.


Kyle
Re: re: Re:module compile error: ld cannot find -lmyth-0.9 [ In reply to ]
> >> /usr/bin/ld: cannot find -lmyth-0.9
> >Run ldconfig
> >-jim
>
> Jim thanks for the reply I have run ldconfig no less than 100 times.
>
> what am I missing?

You should have links like

libmyth-0.9.so -> libmyth-0.9.so.0.9.0
libmyth-0.9.so.0 -> libmyth-0.9.so.0.9.0
libmyth-0.9.so.0.9 -> libmyth-0.9.so.0.9.0
libmyth-0.9.so.0.9.0 is the real thing

ldconfig should create those.

-jim