View previous topic :: View next topic |
Author |
Message |
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Thu Jun 26, 2003 5:44 pm Post subject: Fail to run nwn :( - can't find libGLU.so.1 |
|
|
Hi !
I want to start never winter nights on my gentoo system, but it always fails with this message :
Code: |
[b]jojo@jojo ~/daten/games/nwn $ ./nwn [/b]
./nwmain: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
|
I am using media-libs/glut-3.7.1 and media-video/nvidia-kernel-1.0.4363-r2 on a geforce3. 3d support works in all other games i know.
Why not in nwn ?
Thank you for your help, i'd love to play this game |
|
Back to top |
|
|
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Thu Jun 26, 2003 6:58 pm Post subject: |
|
|
Update :
Someone recommended installing mesa 5.0. Ok, i did. But now Neverwinter nights crashes instantly with an SDL parachute. Why that ?
I have media-libs/libsdl-1.2.5-r2 installed... |
|
Back to top |
|
|
mmealman Guru
Joined: 02 Nov 2002 Posts: 348 Location: Florida
|
Posted: Thu Jun 26, 2003 7:20 pm Post subject: |
|
|
You running at 24 bit color depth?
Also, you have nvidia-glx installed, right? |
|
Back to top |
|
|
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Fri Jun 27, 2003 11:23 am Post subject: |
|
|
Hi !
Thank you for your answer
Sorry, i should have mentioned it - i run xfree 4.3 at 1024x768 with 16 bit.
And of course I have nvidia-glx installed |
|
Back to top |
|
|
adrenalin Tux's lil' helper
Joined: 29 Dec 2002 Posts: 129
|
Posted: Fri Jun 27, 2003 11:53 am Post subject: |
|
|
hi,
the error message states that it cant find the library. shows a /usr/lib/libGLU.so.1 amongst other results for me. this is actually a symlink to libGLU.so.1.3 here. do the symlink & the file where it points to exist on your box ?
oh and i dont need mesa here |
|
Back to top |
|
|
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Fri Jun 27, 2003 12:59 pm Post subject: |
|
|
Hi !
Here the output :
Quote: |
sroot@jojo /home/jojo # slocate libglu
/usr/lib/wine/lib/wine/libglu32.def
/usr/lib/transgaming_winex3/winex/lib/libglu32.so
/usr/lib/libglut.so.3.7.0
/usr/lib/libglut.so.3
/usr/lib/libglut.so
/usr/lib/libglut.la
/usr/lib/libglut.so.3.7.1
/usr/local/lib/libglut.so.3.7.1
/usr/local/lib/libglut.so.3
/usr/local/lib/libglut.so
/usr/local/lib/libglut.la
/usr/local/lib/wine/libglu32.def
root@jojo /home/jojo # ls -l /usr/lib/libglut.so
lrwxrwxrwx 1 root root 16 2003-06-26 20:28 /usr/lib/libglut.so -> libglut.so.3.7.1
|
I hope this helps. I'm absolutely clueless about this :/ Thanks for your help |
|
Back to top |
|
|
adrenalin Tux's lil' helper
Joined: 29 Dec 2002 Posts: 129
|
Posted: Fri Jun 27, 2003 1:19 pm Post subject: |
|
|
oops, 'slocate' should read 'slocate -i' |
|
Back to top |
|
|
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Fri Jun 27, 2003 1:52 pm Post subject: |
|
|
Eh, ok, here is the new output :
Quote: |
root@jojo /home/jojo # slocate -i libglu
/usr/lib/libGLU.so
/usr/lib/wine/lib/wine/libglu32.def
/usr/lib/transgaming_winex3/winex/lib/libGLU.so.1.3.030501
/usr/lib/transgaming_winex3/winex/lib/libglu32.so
/usr/lib/transgaming_winex3/winex/lib/libGLU.so.1
/usr/lib/transgaming_winex3/winex/lib/libGLU.so
/usr/lib/libGLU.a
/usr/lib/libGLU.so.1
/usr/lib/libGLU.so.1.3
/usr/lib/libGLU.so.1.3.350
/usr/lib/libGLU.la
/usr/lib/libglut.so.3.7.0
/usr/lib/libglut.so.3
/usr/lib/libglut.so
/usr/lib/libglut.la
/usr/lib/libglut.so.3.7.1
/usr/portage/x11-base/xfree/files/4.2.0-r12/lib/libGLU.la
/usr/portage/x11-base/xfree/files/4.3.0/lib/libGLU.la
/usr/portage/x11-base/xfree/files/4.2.1-r2/lib/libGLU.la
/usr/local/lib/libGLU.so.1.3.500
/usr/local/lib/libGLU.so.1
/usr/local/lib/libGLU.so
/usr/local/lib/libGLU.la
/usr/local/lib/libglut.so.3.7.1
/usr/local/lib/libglut.so.3
/usr/local/lib/libglut.so
/usr/local/lib/libglut.la
/usr/local/lib/wine/libglu32.def
|
|
|
Back to top |
|
|
adrenalin Tux's lil' helper
Joined: 29 Dec 2002 Posts: 129
|
Posted: Fri Jun 27, 2003 2:27 pm Post subject: |
|
|
i guess this is going to be a step by step procedure and i will be clueless too in the end
Code: | ldconfig -p |grep 'libGLU.so.1' |
|
|
Back to top |
|
|
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Fri Jun 27, 2003 2:37 pm Post subject: |
|
|
Hi !
Here it goes :
Quote: |
root@jojo /home/jojo # ldconfig -p | grep 'libGLU.so.1'
libGLU.so.1 (libc6) => /usr/local/lib/libGLU.so.1
|
Thank you for your efforts ! |
|
Back to top |
|
|
adrenalin Tux's lil' helper
Joined: 29 Dec 2002 Posts: 129
|
Posted: Fri Jun 27, 2003 3:21 pm Post subject: |
|
|
Code: | ls -l /usr/lib/libGLU.so.1
qpkg -f /usr/lib/libGLU.so.1
qpkg -f /usr/lib/libGLU.so.1.3
qpkg -f /usr/lib/libGLU.so.1.3.350 |
do you have an irc client installed ? if so '/join #gentoo' and ask there. we might find a solution faster there |
|
Back to top |
|
|
Headhunter123 Guru
Joined: 19 Oct 2002 Posts: 509
|
Posted: Fri Jun 27, 2003 4:50 pm Post subject: |
|
|
Hi !
Thank you for the help, but the problem has solved itself ... at least partially.
My 3d installation is all right, but about 30 files are corrupted in my nwn installation. I hope i can find someone who is willed to send me these |
|
Back to top |
|
|
|