What's new

Missing libffi.so.6 in pyLoad 0.4.20 (Entware NG) after FW update to 384.18

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

QMax

Regular Contributor
Not sure it's strickly related to FW upgrade to Merlin 384.18 on a RT-AC66U B1, but since yesterday, from the first reboot I did after Fw update, I see this error on pyLoad Log:

Code:
927 05.07.2020 13:32:34 INFO Avvio pyLoad 0.4.20
931 05.07.2020 13:32:39 INFO Tempo di download: True
932 05.07.2020 13:32:39 INFO ThriftBackend SSL in uso
933 05.07.2020 13:32:39 INFO Avvio ThriftBackend: 0.0.0.0:7227
934 05.07.2020 13:32:39 ERROR Errore backend remoto: libffi.so.6: cannot open shared object file: No such file or directory
935 05.07.2020 13:32:41 INFO Free space: 104.74 GiB
936 05.07.2020 13:32:41 WARNING This server offers no SSL, please consider using threaded instead
937 05.07.2020 13:32:41 INFO Starting builtin webserver: 0.0.0.0:8099

The main problem is that pyLoad starts and run, but I cannot access to WebInterface using https or http on threaded server as before, so I had to change server to builtin, but there's no https access. Http works fine.

Thank for your help
 
Last edited:
the file update to from libffi.so.6 to libffi.so.7, you can install old version or just like me running the command:

"ln -s /opt/lib/libffi.so.7 /opt/lib/libffi.so.6"
 
the file update to from libffi.so.6 to libffi.so.7, you can install old version or just like me running the command:

"ln -s /opt/lib/libffi.so.7 /opt/lib/libffi.so.6"
Thanks for your replay.
Symlink Is the same solution I did.
If you had the same problem... I'm happy, cause I'm not alone...
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top