"libssl.so.5" not found –- SOLVED
-
-
known thing: look for libssl.so.? and link that found file to the missing one. There will be missing more libs, do with that all. Will work.
-
There are a few problems about libs. I changed directory to /usr/lib and changed needed lib names.
Sample
cp libssl.so.6 libssl.so.5And also I copied other needed lib names like above.
Thanks.
-
Easier and more elegant solution is linking: ln -s libx liby. Copying needs much more space! (Its like making aliases.)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.