Dear all, I installed Coot 0.6.2 from "coot-Linux-x86_64-ubuntu-10.04.2-gtk2-python" but when I launch it from the terminal I get this warning:
" /usr/local/Coot-0.6.2/bin/coot-real: error while loading shared libraries: libldap-2.2.so.7: cannot open shared object file: No such file or directory " So I tryed "ldd /usr/local/Coot-0.6.2/bin/coot-real" and I find that I missed all this library files: " linux-vdso.so.1 => (0x00007fffa7be7000) libguilegtk-2.0.so.0 => not found libgmp.so.3 => not found libltdl.so.3 => not found libclipper-ccp4.so.2 => not found libclipper-cif.so.2 => not found libclipper-phs.so.2 => not found libclipper-contrib.so.2 => not found libclipper-minimol.so.2 => not found libclipper-cns.so.2 => not found libclipper-mmdb.so.2 => not found libclipper-core.so.2 => not found libccp4c.so.0 => not found librfftw.so.2 => not found libfftw.so.2 => not found libssm.so.0 => not found libmmdb.so.0 => not found libgtkglext-x11-1.0.so.0 => not found libgdkglext-x11-1.0.so.0 => not found libgsl.so.0 => not found libgslcblas.so.0 => not found libldap-2.2.so.7 => not found libssl.so.4 => not found libcrypto.so.4 => not found " Where can i get them? Thank you all