
Hi, Arkadiusz Czader writes:
I have a problem running 32 bit linux version of Chimera on Debian64. When I run it, it complains about some libraries. Below I pasted what I get when I type chimera in a terminal window
have you made sure that the ia32-libs package is installed? It contains the 32-bit libraries on Debian (everything else would be 64-bits on a pure Debian-amd64 system). You can check using ldconfig -p | grep libGL\\. and then you should see some lines like this libGL.so.1 (libc6,x86-64) => /usr/lib/libGL.so.1 libGL.so.1 (libc6) => /usr/lib32/libGL.so.1 (Replace x86-64 by IA-64 if you have an Itanium system). The second one is the 32-bit library, which should go in /usr/lib32. -Christoph -- | Christoph Best <cbest@rzg.mpg.de> http://www.rzg.mpg.de/~cbest | Max-Planck-Institut fuer Biochemie, Munich, Germany +49-89-8578 2634