Changeset 43317


Ignore:
Timestamp:
01/27/19 14:54:31 (5 years ago)
Author:
obi
Message:

fix libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/usr/bin/titan.sh

    r43301 r43317  
    9494        fi
    9595
     96        if [ -e /usr/lib/libcrypto.so.1.0.2 ] && [ ! -e /usr/lib/libcrypto.so.1.0.0 ];then
     97                echo "create symlink /usr/lib/libcrypto.so.1.0.2 -> /usr/lib/libcrypto.so.1.0.0"
     98                ln -s /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.1.0.0
     99        fi
    96100}
    97101
Note: See TracChangeset for help on using the changeset viewer.