Page 1 of 1

Ubuntu libGL compliling error

Posted: 02 Jun 2013 11:19
by petran
I followed this guide

http://www.andrews-corner.org/vlc.html

all was going smooth, but during compilation I got this error:

CCLD libaa_plugin.la
CCLD libfb_plugin.la
CCLD libvout_sdl_plugin.la
CCLD libgl_plugin.la
CCLD libxcb_x11_plugin.la
/usr/lib32/libGL.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[4]: *** [libgl_plugin.la] Error 1
make[4]: *** Waiting for unfinished jobs....
CCLD libxcb_window_plugin.la
make[4]: Leaving directory `/home
make: *** [all] Error 2


I use the drivers from Nvidia's site (64-bit Long Branch latest version, 319.27). Is it a problem with Nvidia's branch? Do I need to install the drivers from xorg repository?

Re: Ubuntu libGL compliling error

Posted: 08 Jun 2013 01:12
by Jean-Baptiste Kempf
Are you building for 32 or 64bits?

Re: Ubuntu libGL compliling error

Posted: 08 Jun 2013 09:27
by petran
compiling 64-bit version on 64-bit ubuntu

Re: Ubuntu libGL compliling error

Posted: 09 Jun 2013 15:36
by Jean-Baptiste Kempf
/usr/lib32/libGL.so is the 32bits one.