[mythtv-users] Compiling from source - Ubuntu

William Munson william_munson at bellsouth.net
Wed Mar 28 19:31:01 UTC 2007


Bruce Nordstrand wrote:
> Hi all
>
> I finally sorted the apt-get build-dep thingo on my Ubuntu Edgy box and 
> started to compile from SVN.
>
> However, when doing a ./configure (./configure --prefix=/usr 
> --enable-xvmc --enable-opengl-vsync --enable-proc-opt 
> --dvb-path=/usr/src/linux-headers-2.6.17-10/include/ --enable-dvb) I get 
> this coming up as the very first lines:
>
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
> cat: /etc/ld.so.conf.d/*.conf: No such file or directory
>
> Does anyone know what is wrong/missing and if it is safe to continue in 
> this state.
>
> This machine was originally built from 
> https://help.ubuntu.com/community/MythTV_Edgy_Backend_Frontend using the 
> Ubuntu packages, so I have no idea what may be missing...
>
> Any help would be appreciated...
>
> Cheers
> Bruce
> _______________________________________________
>   

In your /etc/ld.so.conf file change the include line to this:

include /etc/ld.so.conf.d/*

and all should be happy again.


More information about the mythtv-users mailing list