Error:
[root@localhost ~]# ./pack install tpope/vim-markdown
./pack: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Enviroment:
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.4 (Maipo)
[root@localhost ~]# ls -l /usr/lib64/libssl*
-rwxr-xr-x. 1 root root 315096 May 5 2017 /usr/lib64/libssl3.so
lrwxrwxrwx. 1 root root 16 Mar 5 03:31 /usr/lib64/libssl.so.10 -> libssl.so.1.0.2k
-rwxr-xr-x. 1 root root 470336 May 17 2017 /usr/lib64/libssl.so.1.0.2k
Work around, create link file by manual.