[mythtv-users] Help compiling mythtv from svn on Fedora

Jarod Wilson jarod at wilsonet.com
Sat Aug 29 18:59:02 UTC 2009


On Saturday 29 August 2009 13:57:21 John Nissley wrote:
> >/  *** I have one question before I continue.  Do I need a VDPAU capable
> />/  *** video card to do the compile?
> /
> Um. No. That would be utter nonsense.
> 
> -------------------------------------------------------------------------
> I assumed so but I have been bitten by assuming before.
> 
> I tried a 'make distclean' and then a new configure and still a failure.
> I see it chokes on this line:
> /usr/lib/gcc/x86_64-redhat-linux/4.4.1/../../../../lib64/libGL.so: undefined reference to `_nv000030gl'
> So I did a 'find / -name libGL.so' and got this
> /usr/lib/libGL.so
> /usr/lib64/libGL.so
> /usr/lib64/nvidia/libGL.so
> 
> Why doesn't the directory listed in the error show up when I do the find and
> what is the full path to that directory?

It does. With the ../ parts, if you trace it back, that's /usr/lib64
that its pointing to.

I'd suggest:

$ rpm -qVf /usr/lib/libGL.so* /usr/lib64/libGL.so*

If the output isn't silent, something's still not back to the original
version from the package.

> I did read that if you are building on a 64 bit installation that you should
> change the configure to include --libdir-name=lib64 so I did that and the
> compile still failed.

You definitely need to use that on a 64-bit build.

> Some times I think the 64 bit version is more trouble
> that it's worth.

This doesn't seem to be a 64-bit issue. This is an nVidia issue. It
could happen exactly the same way on 32-bit.

-- 
Jarod Wilson
jarod at wilsonet.com


More information about the mythtv-users mailing list