Created
April 6, 2019 10:00
-
-
Save trinnguyen/b37daa22bef2b3293fcbe08b0d4b22c6 to your computer and use it in GitHub Desktop.
Commands sequence to fix Foxit Reader in Fedora 29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/opt/foxitsoftware/foxitreader | |
rm lib/libssl.so.10 | |
rm lib/libcrypto.so.10 | |
ln -s /lib64/libssl.so.10 lib/libssl.so.10 | |
ln -s /lib64/libcrypto.so.10 lib/libcrypto.so.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment