Posts by Kenneth Larsen

1) Message boards : : Number crunching : WUs error out on AMD64 with Linux
Posted 2332 days ago by Kenneth Larsen
Is there a /usr/lib in your /etc/ld.so.conf ?

Yes

Also check to re-run 'ldconfig' afterwards as root...

Done

If that doesn't do it, try the 'ldd' command on the executable and see what is missing and perhaps put a symbolic link to your libglut.so.3 in /lib

m.

So much is missing here that I begin to suspect that all that I do have is 64 bit:

[quote$ldd classical_5.35_x86_64-pc-linux-gnu.exe
linux-gate.so.1 => (0xffffe000)
libglut.so.3 => not found
libGLU.so.1 => not found
libGL.so.1 => //usr/lib32/opengl/nvidia/lib/libGL.so.1
(0xf7eea000)
libXmu.so.6 => not found
libXt.so.6 => not found
libXext.so.6 => not found
libXi.so.6 => not found
libSM.so.6 => not found
libICE.so.6 => not found
libX11.so.6 => not found
libstdc++.so.5 => not found
libm.so.6 => /lib32/libm.so.6 (0xf7ec3000)
libgcc_s.so.1 => /lib32/libgcc_s.so.1 (0xf7eb8000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7ea5000)
libc.so.6 => /lib32/libc.so.6 (0xf7d88000)
libGLcore.so.1 => //usr/lib32/opengl/nvidia/lib/libGLcore.so.1 (0xf75c5000)
libnvidia-tls.so.1 =>
//usr/lib32/opengl/nvidia/lib/libnvidia-tls.so.1 (0xf75c3000)
libXext.so.6 => not found
libX11.so.6 => not found
libdl.so.2 => /lib32/libdl.so.2 (0xf75be000)
/lib/ld-linux.so.2 (0xf7f79000)
[/quote]

I have installed X-server and other graphical packages sufficient for the lightweight window manager Fluxbox. The Linux is Gentoo x86-64.

Thanks for trying to help me, but if I have to reinstall all packages as 32bit I'll have to just run this project on my other machines. Any plans to incorporate the needed libraries in the executable so I don't need them on my machine?
2) Message boards : : Number crunching : WUs error out on AMD64 with Linux
Posted 2333 days ago by Kenneth Larsen
Hi,

I believe I already have the 32-bit version installed:

find /usr/lib/ -iname 'libglut*'
/usr/lib/libglut.la
/usr/lib/libglut.so.3.7.1
/usr/lib/libglut.so
/usr/lib/libglut.so.3
/usr/lib/libglut.so.3.7

But I still get the same error.

Happy new year :-)
3) Message boards : : Number crunching : WUs error out on AMD64 with Linux
Posted 2335 days ago by Kenneth Larsen
I recently attached my AMD64 machine with 64-bit Linux to this project, but all WUs error out when they start. They complain about not being able to find the libglut.so.3 library. I've seen the recent posts about this, and read the link on the main page. I've installed all required libraries as indicated.
I've searched for the libglut.so.3 library on the machine, and it is installed in /usr/lib64/.

What causes this error, then?


Return to Leiden Classical main page


Copyright © 2013 Leiden University - Leiden Institute of Chemistry - Theoretical Chemistry Department