David Marec
07-23-09, 05:49 AM
bonjour,
I have just set up a new FreeBSD box, using the nvidia integrated GPU "GeForce 6150SE nForce 430" on an AM64 motherboard.
I am running 7.2-STABLE/i386.
But, i got the same issue than before:
http://www.nvnews.net/vbulletin/showthread.php?p=1915126#post1915126
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
dlopen: /usr/local/lib/xorg/modules/extensions//libglx.so: Undefined symbol "_nv000002gl"
david:~$ ldd -a /usr/local/lib/xorg/modules/extensions//libglx.so
/usr/local/lib/xorg/modules/extensions//libglx.so:
libGLcore.so.1 => /lib/libGLcore.so.1 (0x2842c000)
libnvidia-tls.so.1 => /lib/libnvidia-tls.so.1 (0x2818c000)
/lib/libGLcore.so.1:
libc.so.5 => /usr/local/lib/compat/libc.so.5 (0x2924b000)
First, the install process did not replace the GL libs into «lib», only into «/usr/local/lib».
Then, i try to replace by hand the GL libs into «/lib», but the problem still occurs.
What is the libc.so.5 used for ?
I have just set up a new FreeBSD box, using the nvidia integrated GPU "GeForce 6150SE nForce 430" on an AM64 motherboard.
I am running 7.2-STABLE/i386.
But, i got the same issue than before:
http://www.nvnews.net/vbulletin/showthread.php?p=1915126#post1915126
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
dlopen: /usr/local/lib/xorg/modules/extensions//libglx.so: Undefined symbol "_nv000002gl"
david:~$ ldd -a /usr/local/lib/xorg/modules/extensions//libglx.so
/usr/local/lib/xorg/modules/extensions//libglx.so:
libGLcore.so.1 => /lib/libGLcore.so.1 (0x2842c000)
libnvidia-tls.so.1 => /lib/libnvidia-tls.so.1 (0x2818c000)
/lib/libGLcore.so.1:
libc.so.5 => /usr/local/lib/compat/libc.so.5 (0x2924b000)
First, the install process did not replace the GL libs into «lib», only into «/usr/local/lib».
Then, i try to replace by hand the GL libs into «/lib», but the problem still occurs.
What is the libc.so.5 used for ?