如何处理libcrypt.so.1
Arch Linux 上的缺失问题?
尝试运行openoffice4
(LibreOffice二进制文件)会导致:
/opt/openoffice4/program/javaldx: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory\n/opt/openoffice4/program/soffice.bin: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory\n
Run Code Online (Sandbox Code Playgroud)\n该文件libcrypt.so.1
确实不存在。然而,有:
\xe2\x94\x94[/usr/lib]> ls -al libcrypt*\nlrwxrwxrwx 1 root root 16 Dec 18 11:31 libcrypto.so -> libcrypto.so.1.1\n-rwxr-xr-x 1 root root 2999144 Dec 18 11:31 libcrypto.so.1.1\nlrwxrwxrwx 1 root root 23 Feb 3 12:16 libcryptsetup.so …
Run Code Online (Sandbox Code Playgroud)