1,330
edits
(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 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 |