]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Create symbolic links in the ${KERNEL_ROOT_DIR}/lib/salome (for Red Hat 9 only):
authorvsr <vsr@opencascade.com>
Fri, 25 Feb 2005 08:15:41 +0000 (08:15 +0000)
committervsr <vsr@opencascade.com>
Fri, 25 Feb 2005 08:15:41 +0000 (08:15 +0000)
ln -s /lib/libcrypto.so.0.9.7a libcrypto.so.2
ln -s /lib/libssl.so.0.9.7a libssl.so.2

config_files/KERNEL_BIN_2.2.0.sh

index b6be9c53a0fbafe543f65e47b62158887ae275ce..6f0545c5e79f6e7c97709bc8e9db1d76e54a6291 100755 (executable)
@@ -61,6 +61,14 @@ source ${INSTALL_WORK}/$SHRC
 
 check_jb tar xfz ${SOURCE_DIR}/KERNELbinariesV2.2.0.tar.gz -C ${INSTALL_ROOT}
 
+# The next two symbolic links are created only for Red Hat 9
+if [ -f /lib/libcrypto.so.0.9.7a ]; then
+    ln -sf /lib/libcrypto.so.0.9.7a ${PRODUCT_DIR}/lib/salome/libcrypto.so.2
+fi
+if [ -f /lib/libssl.so.0.9.7a ]; then
+    ln -sf /lib/libssl.so.0.9.7a ${PRODUCT_DIR}/lib/salome/libssl.so.2
+fi
+
 print_env
 }