Skip to content

Instantly share code, notes, and snippets.

@kostyay
Created July 27, 2017 08:11
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kostyay/dfbdb0d16b2cb256b67bf9176541b1fc to your computer and use it in GitHub Desktop.
Save kostyay/dfbdb0d16b2cb256b67bf9176541b1fc to your computer and use it in GitHub Desktop.
How to get Foxit Reader to run on Fedora 26
cd ~/opt/foxitsoftware/foxitreader
ln -s /lib64/libssl.so.10 lib/libssl.so.1.0.0
ln -s /lib64/libcrypto.so.10 lib/libcrypto.so.1.0.0
@sofiendhouib
Copy link

sofiendhouib commented Feb 13, 2018

Thanks a lot !

@phuongdh
Copy link

This worked for Fedora 27 as well!

Copy link

ghost commented Apr 7, 2018

Thank you!

@walkie
Copy link

walkie commented Jun 13, 2018

Still works on Fedora 28. Thanks!

@felmorgan
Copy link

Thank you very much!

@yh-luo
Copy link

yh-luo commented Aug 26, 2018

Works on Fedora 28. Thanks a lot!

@finderAUT
Copy link

Didn't work on Fedora 29.

But removing the existing files from foxitreader and linking seems to work:

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

@gabrielbussolo
Copy link

Didn't work on Fedora 29.

But removing the existing files from foxitreader and linking seems to work:

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

I'm using Fedora 29 and this worked for me.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment