On Wed, 18 Mar 2009 01:03:07 +0200 Thomas Evangelidis <te8...@mbg.duth.gr> wrote:
> Dear Pymol users, > > does anyone know where I can find a 64 bit version for my Fedora 10. > The package from the repositories works fine but when it comes to > install new plugins it yields error messages. As a matter of fact I > can't even figure out where the whole program is installed (used > locate command but still remains unclear). rpm -qil pymol or: python -c "from distutils.sysconfig import get_python_lib; print \ get_python_lib(1)" > On the other hand when I > install the 32 bit version and try to resolve those i386 > library-dependencies I end up getting the error message: > > /home/thomas/Documents/pymol/pymol.exe: error while loading shared > libraries: libstdc++.so.5: wrong ELF class: ELFCLASS64 > > libstdc++.so.5 is in the correct directory (/usr/lib/), cannot > imagine what's going wrong. Its not finding the 32 bit libstdc++ - you can check your linker is finding things correctly using ldconfig -p and the pymol.exe file itself using ldd. Hope it helps, Tim p.s. warren - pymol is available under RHEL as of version 5. -- --------------------------------------------------------- Tim Fenn f...@stanford.edu Stanford University, School of Medicine James H. Clark Center 318 Campus Drive, Room E300 Stanford, CA 94305-5432 Phone: (650) 736-1714 FAX: (650) 736-1961 ---------------------------------------------------------