On 30 May 2010, Justin Mattock verbalised: > [ 12701.506] (EE) AIGLX error: dlopen of /usr/lib/dri/r300_dri.so > failed (/usr/lib/dri/r300_dri.so: undefined symbol: > _glapi_tls_Context) [...] > my switches are these: > > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --disable-ipv6 --enable-secure-rpc --enable-gallium-radeon > --enable-selinux --enable-glx-tls --enable-64-bit --enable-gles2 > --enable-opengl --enable-gl-osmesa > > am I missing something with a switch for mesa or somewhere else?
If you have --enable-glx-tls in the server configure switches, you need it in the Mesa configure switches too, and vice versa. _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
