[Solved] Trying to run a and add-on, but I'm missing some dependencies

Hello, I'm trying to run a service called Mudfish, I had no issues installing it. But I'm getting some errors regarding some dependencies, I think the version I have in my router is newer than the one asked by Mudfish.

I get the following:

Wed Mar  6 08:01:49 2019 daemon.err mudrun[6691]: Error loading shared library libssl.so.1.0.0: No such file or directory (needed by /opt/mudfish-pi/2.1.18/bin/mudrun)
Wed Mar  6 08:01:49 2019 daemon.err mudrun[6691]: Error loading shared library libcrypto.so.1.0.0: No such file or directory (needed by /opt/mudfish-pi/2.1.18/bin/mudrun)

Any advice or pointer is really appreciated.

Both are available in libopenssl package:

root@xeli:~# opkg files libopenssl
Package libopenssl (1.0.2q-1) is installed on root and has the following files:
/usr/lib/libcrypto.so.1.0.0
/usr/lib/libssl.so.1.0.0
1 Like

Thanks, I will replace the package with the older one, hopefully everything runs smoothly, since I have libopenssl 1.1b running.

Is there any safe way to upgrade and where could I get that older version of libopenssl??

Edit: Just found it http://downloads.openwrt.org/releases/18.06.2/packages/mips_24kc/base/libopenssl_1.0.2q-1_mips_24kc.ipk

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.