hi,

Romain Beauxis wrote:
I think your misunderstand the issue.

definitely not :D

The module is for 3D acceleration, which also needs a set of userspace binaries/libraries.

Now, with a 64 bit kernel running a 32 bit userland,
 * The module should be 64 bits
 * The userspace needs to be 32 bits

So even if you would have a 64 bits libGL, it would not work with your 32 bit userland, would it ?

i do suggest not using 64bit libs, but using 32bit ones form 64bit source tree...

lets browse sources. there are:

{src}/arch/x86/usr/X11R6/lib/
{src}/arch/x86_64/usr/X11R6/lib/ <- these ones are 32bit
{src}/arch/x86_64/usr/X11R6/lib64/

do you now understand what I suggest?

I am not sure, but MABY 32bit libs in x86 source tree are not capable to communicate to 64bit kernel module, and it fails; and 32bit ones from x86_64 MIGHT be tuned for this scenario. there must be a reason for checksum differences :D

---
ArturasK.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to