Advertisement
Guest User

Untitled

a guest
Sep 15th, 2015
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. root@dell-virtual-machine:~# cd /lib/x86_64-linux-gnu/
  2. root@dell-virtual-machine:/lib/x86_64-linux-gnu# sudo ln -s libssl.so.1.0.0 libssl.so.10
  3. ln: failed to create symbolic link ‘libssl.so.10’: File exists
  4. root@dell-virtual-machine:/lib/x86_64-linux-gnu# sudo ln -s libcrypto.so.1.0.0 libcrypto.so.10
  5. ln: failed to create symbolic link ‘libcrypto.so.10’: File exists
  6. root@dell-virtual-machine:/lib/x86_64-linux-gnu#
  7.  
  8. root@dell-virtual-machine:~# /opt/dell/toolkit/bin/syscfg -h
  9. /opt/dell/toolkit/bin/syscfg: /lib/x86_64-linux-gnu/libcrypto.so.10: version `libcrypto.so.10' not found (required by /opt/dell/toolkit/bin/syscfg)
  10. root@dell-virtual-machine:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement