Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trinnguyen/b37daa22bef2b3293fcbe08b0d4b22c6 to your computer and use it in GitHub Desktop.
Save trinnguyen/b37daa22bef2b3293fcbe08b0d4b22c6 to your computer and use it in GitHub Desktop.
Commands sequence to fix Foxit Reader in Fedora 29
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