[mythtv-users] MythCVS and Unichrome on EPIA M10K

Tom Hughes tom at compton.nu
Wed Jan 5 19:02:45 EST 2005


In message <20050105221142$2d3e at dunsmere.compton.nu>
          "Paul Barker" <pbarker at ntlworld.com> wrote:

> Hi
> 
> Yan-Fa Li wrote:
> 
> >Sounds like you need to tell it which path to search. Look at the -L
> >parm for gcc and specify which directory the lib you want is in.
> >Otherwise add the lib path to your /etc/ld.so.conf and rerun ldconfig
> 
> Yep I checked that:
> 
> [root at azkaban etc]# ldconfig -p | grep via
>         libviaXvMC.so.1 (libc6) => /usr/X11R6/lib/libviaXvMC.so.1
>         libviaXvMC.so (libc6) => /usr/X11R6/lib/libviaXvMC.so
> 
> So it's in the ld.so.cache but if I do ld -lviaXvMC I get
> 
> [root at azkaban etc]# ld -lviaXvMC
> ld: cannot find -lviaXvMC
> 
> (I've also tried moving ld.so.cache and re-running ldconfig - same
> result after)
> 
> Hmm, any ideas ?

Use -L to specify the directory to search when linking - ld.so.conf is
only vused to find libraries at run time.

Tom

-- 
Tom Hughes (tom at compton.nu)
http://www.compton.nu/


More information about the mythtv-users mailing list