Coot: Difference between revisions

56 bytes added ,  30 March 2012
(building loops)
Line 61: Line 61:


: So the answer is: there is /usr/lib64/libssl.so which is at version 10, which is compatible with the version we need (6). For libcrypto.so the same is true. So just  
: So the answer is: there is /usr/lib64/libssl.so which is at version 10, which is compatible with the version we need (6). For libcrypto.so the same is true. So just  
  cd cd coot-Linux-x86_64-centos-5-gtk2-python/lib/
  cd coot-Linux-x86_64-centos-5-gtk2-python/lib/
  ln -s /usr/lib64/libssl.so libssl.so.6
  ln -s /usr/lib64/libssl.so libssl.so.6
  ln -s /usr/lib64/libcrypto.so libcrypto.so.6
  ln -s /usr/lib64/libcrypto.so libcrypto.so.6
: The way these symlinks are made they would even work if RHEL upgrades libssl or libcrypto to higher versions. Works for me.
: The way these symlinks are made they would even work if RHEL upgrades libssl or libcrypto to higher versions. Works for me.


Final step: create /usr/local/bin/coot with
Final step (this does not need to be repeated for a new coot version): create /usr/local/bin/coot with
  #!/bin/csh -f
  #!/bin/csh -f
  setenv LANG C
  setenv LANG C
1,328

edits